From e4704001ea4c3d63b53e8783859ff598ef2f69e5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 10 Mar 2003 22:28:22 +0000 Subject: This patch fixes a bunch of spelling mistakes in comments throughout the PostgreSQL source code. Neil Conway --- src/include/commands/comment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/commands') diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h index 0972c13486a..1b2ac3e614c 100644 --- a/src/include/commands/comment.h +++ b/src/include/commands/comment.h @@ -17,7 +17,7 @@ /*------------------------------------------------------------------ * Function Prototypes -- * - * The following protoypes define the public functions of the comment + * The following prototypes define the public functions of the comment * related routines. CommentObject() implements the SQL "COMMENT ON" * command. DeleteComments() deletes all comments for an object. * CreateComments creates (or deletes, if comment is NULL) a comment -- cgit v1.2.3