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/pl/tcl | |
| parent | e9d7bd2650f63f3395d8d597c37caffc67803b94 (diff) | |
| download | postgresql-5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b.tar.gz | |
Use "alternative" instead of "alternate" where it is clearer.
Diffstat (limited to 'src/pl/tcl')
| -rw-r--r-- | src/pl/tcl/pltcl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c index 7f2cd54345..675ec9597a 100644 --- a/src/pl/tcl/pltcl.c +++ b/src/pl/tcl/pltcl.c @@ -2,7 +2,7 @@ * pltcl.c - PostgreSQL support for Tcl as * procedural language (PL) * - * $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.115 2007/10/05 17:06:11 tgl Exp $ + * $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.116 2007/11/07 12:24:24 petere Exp $ * **********************************************************************/ @@ -505,7 +505,7 @@ pltcl_call_handler(PG_FUNCTION_ARGS) /* - * Alternate handler for unsafe functions + * Alternative handler for unsafe functions */ PG_FUNCTION_INFO_V1(pltclu_call_handler); |
