From: Peter Eisentraut Date: Thu, 15 Jun 2017 13:45:13 +0000 (-0400) Subject: Fix typo in code comment X-Git-Tag: REL_10_BETA2~139 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6c6a1149b5662f685ddbb0c6dc83eb110992044a;p=postgresql.git Fix typo in code comment Author: Daniel Gustafsson --- diff --git a/src/interfaces/ecpg/pgtypeslib/datetime.c b/src/interfaces/ecpg/pgtypeslib/datetime.c index 702bf89ef0d..2a93eb68578 100644 --- a/src/interfaces/ecpg/pgtypeslib/datetime.c +++ b/src/interfaces/ecpg/pgtypeslib/datetime.c @@ -441,7 +441,7 @@ PGTYPESdate_defmt_asc(date * d, const char *fmt, char *str) /* * as long as the string, one additional byte for the terminator and 2 - * for the delimiters between the 3 fiedls + * for the delimiters between the 3 fields */ str_copy = pgtypes_alloc(strlen(str) + 1 + 2); if (!str_copy)