diff options
| author | Tom Lane | 2003-03-10 22:28:22 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-03-10 22:28:22 +0000 |
| commit | e4704001ea4c3d63b53e8783859ff598ef2f69e5 (patch) | |
| tree | 56d282d342ead04fc43af4efc5a2eccffa3e27ed /src/include/commands | |
| parent | 081fa240a119b67e28227439a3bf700340442787 (diff) | |
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code.
Neil Conway
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/comment.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
