diff options
author | Tom Lane | 2003-03-10 22:28:22 +0000 |
---|---|---|
committer | Tom Lane | 2003-03-10 22:28:22 +0000 |
commit | c962644473600e7dab4a5ee1596593cf9f95cfca (patch) | |
tree | 4c378495a1c62cdae92bfc7e4a66e29a75004363 /contrib/string/string_io.c | |
parent | 4722fc5519e6a43632fd01b567e766e4472a941f (diff) |
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code.
Neil Conway
Diffstat (limited to 'contrib/string/string_io.c')
-rw-r--r-- | contrib/string/string_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/string/string_io.c b/contrib/string/string_io.c index fdc6da1915..059dfa0894 100644 --- a/contrib/string/string_io.c +++ b/contrib/string/string_io.c @@ -166,7 +166,7 @@ string_output(unsigned char *data, int size) * * This function accepts a C string in input and copies it into a new * object allocated with palloc() translating all escape sequences. - * An optional header can be allocatd before the string, for example + * An optional header can be allocated before the string, for example * to hold the length of a varlena object. * This function is not necessary for input from sql commands because * the parser already does escape translation, all data input routines |