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/backend/libpq/be-secure.c | |
parent | e9d7bd2650f63f3395d8d597c37caffc67803b94 (diff) |
Use "alternative" instead of "alternate" where it is clearer.
Diffstat (limited to 'src/backend/libpq/be-secure.c')
-rw-r--r-- | src/backend/libpq/be-secure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/be-secure.c b/src/backend/libpq/be-secure.c index dfff484db83..efb8ecbb773 100644 --- a/src/backend/libpq/be-secure.c +++ b/src/backend/libpq/be-secure.c @@ -11,7 +11,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.80 2007/05/18 01:20:16 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.81 2007/11/07 12:24:24 petere Exp $ * * Since the server static private key ($DataDir/server.key) * will normally be stored unencrypted so that the database @@ -151,7 +151,7 @@ char *SSLCipherSuites = NULL; * unsecured connection without fully informing the user. * Very uncool. * - * Alternately, the backend could attempt to load these files + * Alternatively, the backend could attempt to load these files * on startup if SSL is enabled - and refuse to start if any * do not exist - but this would tend to piss off DBAs. * |