diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-03-10 22:28:22 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-03-10 22:28:22 +0000 |
commit | e4704001ea4c3d63b53e8783859ff598ef2f69e5 (patch) | |
tree | 56d282d342ead04fc43af4efc5a2eccffa3e27ed /src/interfaces/libpq/fe-auth.c | |
parent | 081fa240a119b67e28227439a3bf700340442787 (diff) | |
download | postgresql-e4704001ea4c3d63b53e8783859ff598ef2f69e5.tar.gz postgresql-e4704001ea4c3d63b53e8783859ff598ef2f69e5.zip |
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code.
Neil Conway
Diffstat (limited to 'src/interfaces/libpq/fe-auth.c')
-rw-r--r-- | src/interfaces/libpq/fe-auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index e5f742e888e..4ac99fd76ab 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -10,7 +10,7 @@ * exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes). * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.73 2003/01/29 01:18:21 tgl Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.74 2003/03/10 22:28:21 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -270,7 +270,7 @@ pg_an_to_ln(char *aname) /* - * Various krb5 state which is not connection specfic, and a flag to + * Various krb5 state which is not connection specific, and a flag to * indicate whether we have initialised it yet. */ static int pg_krb5_initialised; |