diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2007-11-07 12:24:24 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2007-11-07 12:24:24 +0000 |
| commit | 5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b (patch) | |
| tree | 557979f35c5b949d1fd8db7375b10fea6623aea6 /src/include/utils/datetime.h | |
| parent | e9d7bd2650f63f3395d8d597c37caffc67803b94 (diff) | |
| download | postgresql-5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b.tar.gz | |
Use "alternative" instead of "alternate" where it is clearer.
Diffstat (limited to 'src/include/utils/datetime.h')
| -rw-r--r-- | src/include/utils/datetime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 8b17ae8b9e..3a6c6e6906 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.67 2007/06/12 16:01:31 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.68 2007/11/07 12:24:24 petere Exp $ * *------------------------------------------------------------------------- */ @@ -29,7 +29,7 @@ * String definitions for standard time quantities. * * These strings are the defaults used to form output time strings. - * Other alternate forms are hardcoded into token tables in datetime.c. + * Other alternative forms are hardcoded into token tables in datetime.c. * ---------------------------------------------------------------- */ |
