From 5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 7 Nov 2007 12:24:24 +0000 Subject: Use "alternative" instead of "alternate" where it is clearer. --- src/backend/libpq/be-secure.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/libpq/be-secure.c') diff --git a/src/backend/libpq/be-secure.c b/src/backend/libpq/be-secure.c index dfff484db8..efb8ecbb77 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. * -- cgit v1.2.1