From: Robert Haas <rhaas@postgresql.org>
Date: Wed, 27 Jul 2011 15:20:07 +0000 (-0400)
Subject: Fix typo.
X-Git-Tag: REL9_0_5~56
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc9d2e7c4ae1cb4f0392194f539ba3e6847f42f5;p=postgresql

Fix typo.

Noted by Josh Kupershmidt.
---

diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml
index 838f43fcbd..ee2f39b2df 100644
--- a/doc/src/sgml/ref/comment.sgml
+++ b/doc/src/sgml/ref/comment.sgml
@@ -101,7 +101,7 @@ COMMENT ON
       be schema-qualified.
       When commenting on a column,
       <replaceable class="parameter">relation_name</replaceable> must refer
-      to a table, view, or composite types.
+      to a table, view, or composite type.
      </para>
     </listitem>
    </varlistentry>