aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-05-11 23:27:35 +0000
committerBruce Momjian <bruce@momjian.us>2006-05-11 23:27:35 +0000
commitce84b24c4850c7dfca90b0b5133947f34f7d8f4f (patch)
tree5ab519bf81dde82ab7a52fcb39681a23bf3cf386 /src
parentab1ad7a653ed23b039650c28b1ceb064662b4690 (diff)
downloadpostgresql-ce84b24c4850c7dfca90b0b5133947f34f7d8f4f.tar.gz
postgresql-ce84b24c4850c7dfca90b0b5133947f34f7d8f4f.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/fe-secure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-secure.c b/src/interfaces/libpq/fe-secure.c
index cd0ac14da5e..e058f4edcbf 100644
--- a/src/interfaces/libpq/fe-secure.c
+++ b/src/interfaces/libpq/fe-secure.c
@@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.80 2006/05/06 02:24:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.81 2006/05/11 23:27:35 momjian Exp $
*
* NOTES
* [ Most of these notes are wrong/obsolete, but perhaps not all ]
@@ -681,7 +681,7 @@ static unsigned long
pq_threadidcallback(void)
{
/*
- * This is not starndard-compliant. pthread_self() returns pthread_t, and
+ * This is not standards-compliant. pthread_self() returns pthread_t, and
* shouldn't be cast to unsigned long, but CRYPTO_set_id_callback requires
* it, so we have to do it.
*/