Commit 6c6a1149 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo in code comment

Author: Daniel Gustafsson <daniel@yesql.se>
parent 878b7d9e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment