]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/common.c
psql: Message style improvements
[postgresql] / src / bin / psql / common.c
index 2c0d781302c9272515643d4c80e870a0f35c8714..b8bdcc751a201dc04e8dc0c6cff9fef3d257453a 100644 (file)
@@ -134,7 +134,7 @@ psql_get_variable(const char *varname, bool escape, bool as_ident)
 
                if (!pset.db)
                {
-                       psql_error("can't escape without active connection\n");
+                       psql_error("cannot escape without active connection\n");
                        return NULL;
                }