mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code. Neil Conway
This commit is contained in:
@@ -1498,7 +1498,7 @@ pgconnect(pgobject * self, PyObject * args, PyObject * dict)
|
||||
return NULL;
|
||||
|
||||
#ifdef DEFAULT_VARS
|
||||
/* handles defaults variables (for unintialised vars) */
|
||||
/* handles defaults variables (for uninitialised vars) */
|
||||
if ((!pghost) && (pg_default_host != Py_None))
|
||||
pghost = PyString_AsString(pg_default_host);
|
||||
|
||||
|
Reference in New Issue
Block a user