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/bin/pg_dump/dumputils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/pg_dump/dumputils.c') diff --git a/src/bin/pg_dump/dumputils.c b/src/bin/pg_dump/dumputils.c index 02e3264658..c202338346 100644 --- a/src/bin/pg_dump/dumputils.c +++ b/src/bin/pg_dump/dumputils.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.37 2007/07/10 00:21:31 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.38 2007/11/07 12:24:24 petere Exp $ * *------------------------------------------------------------------------- */ @@ -776,7 +776,7 @@ AddAcl(PQExpBuffer aclbuf, const char *keyword) * schemavar: name of query variable to match against a schema-name pattern. * Can be NULL if no schema. * namevar: name of query variable to match against an object-name pattern. - * altnamevar: NULL, or name of an alternate variable to match against name. + * altnamevar: NULL, or name of an alternative variable to match against name. * visibilityrule: clause to use if we want to restrict to visible objects * (for example, "pg_catalog.pg_table_is_visible(p.oid)"). Can be NULL. * -- cgit v1.2.1