summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-07-27 11:20:07 -0400
committerRobert Haas <rhaas@postgresql.org>2011-07-27 11:20:07 -0400
commita8302803ab225e87458037b922aceee9864d9f54 (patch)
tree3b9c0424a98b0931a8605e96c9643997264b01f6
parentc1420fcf7d9e899b3378e25f5e21776f6461b4a4 (diff)
Fix typo.
Noted by Josh Kupershmidt.
-rw-r--r--doc/src/sgml/ref/comment.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml
index 0b28d8eefc5..deda01281b1 100644
--- a/doc/src/sgml/ref/comment.sgml
+++ b/doc/src/sgml/ref/comment.sgml
@@ -113,7 +113,7 @@ COMMENT ON
text search objects, types, and views can be schema-qualified.
When commenting on a column,
<replaceable class="parameter">relation_name</replaceable> must refer
- to a table, view, composite types, or foreign table.
+ to a table, view, composite type, or foreign table.
</para>
</listitem>
</varlistentry>