From b11526e8e8332a6fd07200eff371fdd0d511fffe Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson <daniel@yesql.se>
Date: Tue, 26 Mar 2019 13:13:57 +0100
Subject: [PATCH] Fix typo in ECPG documentation

s/DELARE/DECLARE/
---
 doc/src/sgml/ecpg.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index b7f785069f..d5ee6a58e7 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -6828,7 +6828,7 @@ EXEC SQL [ AT <replaceable class="parameter">connection_name</replaceable> ] DEC
     </para>
 
     <para>
-     <command>DELARE CURSOR</command> with a SQL statement identifier can be written before PREPARE.
+     <command>DECLARE CURSOR</command> with a SQL statement identifier can be written before PREPARE.
     </para>
    </refsect1>
 
-- 
2.14.1.145.gb3622a4ee

