summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-10-20 10:33:16 -0400
committerRobert Haas <rhaas@postgresql.org>2014-10-20 10:33:16 -0400
commitbc279c92f0c213b7bc9a1aef9773aa9a3a9cd0e3 (patch)
tree5ed00f083df629d698db8e4c4cf3fa78456a2d27 /src/interfaces
parent0f565c074311d202f4524d1fd104b28c5a6adaf2 (diff)
Fix typos.
David Rowley
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/ecpg/pgtypeslib/timestamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/pgtypeslib/timestamp.c b/src/interfaces/ecpg/pgtypeslib/timestamp.c
index b0f9bf15219..cf1fed2c00b 100644
--- a/src/interfaces/ecpg/pgtypeslib/timestamp.c
+++ b/src/interfaces/ecpg/pgtypeslib/timestamp.c
@@ -419,7 +419,7 @@ dttofmtasc_replace(timestamp * ts, date dDate, int dow, struct tm * tm,
replace_val.str_val = months[tm->tm_mon];
replace_type = PGTYPES_TYPE_STRING_CONSTANT;
break;
- /* the full name name of the month */
+ /* the full name of the month */
/* XXX should be locale aware */
case 'B':
replace_val.str_val = pgtypes_date_months[tm->tm_mon];