From: Heikki Linnakangas Date: Fri, 16 Aug 2013 13:25:52 +0000 (+0300) Subject: Fix typo in comment. X-Git-Tag: REL9_4_BETA1~1219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05cbce6f30b9037f035f76f5cdf45fca3e9dd012;p=postgresql Fix typo in comment. --- diff --git a/src/backend/libpq/auth.c b/src/backend/libpq/auth.c index 415b614e48..5b6a71c474 100644 --- a/src/backend/libpq/auth.c +++ b/src/backend/libpq/auth.c @@ -1938,7 +1938,7 @@ CheckPAMAuth(Port *port, char *user, char *password) pam_port_cludge = port; /* - * Set the application data portion of the conversation struct This is + * Set the application data portion of the conversation struct. This is * later used inside the PAM conversation to pass the password to the * authentication module. */