trivial typo fixes FTW!
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 Jan 2011 01:12:30 +0000 (01:12 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 Jan 2011 01:12:30 +0000 (01:12 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19174 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/c-apps/oils_sql.c

index bab3d04..09081cd 100644 (file)
@@ -261,7 +261,7 @@ int oilsIsDBConnected( dbi_conn handle ) {
                // known way to detect this condition via the dbi library is by looking at the error
                // message.  This approach will break if the language or wording of the message ever
                // changes.
-               // Note: the dbi_conn_ping function purports to determine whether the doatabase
+               // Note: the dbi_conn_ping function purports to determine whether the database
                // connection is live, but at this writing this function is unreliable and useless.
                static const char* ok_msg = "ERROR:  current transaction is aborted, commands "
                        "ignored until end of transaction block\n";