From b5a2c6272e98913d73007061cc9b0f9bfefa4ddd Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 15 Jun 2017 10:50:22 +0200 Subject: [PATCH] Fix typo in comment --- src/interfaces/ecpg/pgtypeslib/datetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/pgtypeslib/datetime.c b/src/interfaces/ecpg/pgtypeslib/datetime.c index 702bf89ef0..2a93eb6857 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) -- 2.13.0.rc0.45.ge2cb6ab.dirty