From e4704001ea4c3d63b53e8783859ff598ef2f69e5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 10 Mar 2003 22:28:22 +0000 Subject: This patch fixes a bunch of spelling mistakes in comments throughout the PostgreSQL source code. Neil Conway --- src/interfaces/python/pgmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/python/pgmodule.c') diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c index c14c57011d..f0194ed0e1 100644 --- a/src/interfaces/python/pgmodule.c +++ b/src/interfaces/python/pgmodule.c @@ -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); -- cgit v1.2.1