From 82659e0456f5c5a52a35ee41e63882c280ec2496 Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Tue, 12 Oct 2010 13:24:10 -0300
Subject: [PATCH] Fix typo

---
 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 835d35ab991..387f50d6d02 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -6699,7 +6699,7 @@ DESCRIBE [ OUTPUT ] <replaceable class="PARAMETER">prepared_name</replaceable> I
     <title>Description</title>
 
     <para>
-     <command>DECLARE</command> retrieves metadata information about
+     <command>DESCRIBE</command> retrieves metadata information about
      the result columns contained in a prepared statement, without
      actually fetching a row.
     </para>
-- 
GitLab