Stupid typo.
authorMagnus Hagander <magnus@hagander.net>
Mon, 23 Jul 2007 10:57:36 +0000 (10:57 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 23 Jul 2007 10:57:36 +0000 (10:57 +0000)
src/interfaces/libpq/fe-auth.c

index 7c96b6331d235d50386e74c22ac170e176bbf706..2647fc6d7e79a6fa1cae8f23a5aa3fecfa768706 100644 (file)
@@ -933,7 +933,7 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,
                        break;
 #else
                case AUTH_REQ_SSPI:
-                       snpritnf(PQerrormsg, PQERRORMSG_LENGTH,
+                       snprintf(PQerrormsg, PQERRORMSG_LENGTH,
                                        libpq_gettext("SSPI authentication not supported\n"));
                        return STATUS_ERROR;
 #endif