[open-ils-commits] r19174 - trunk/Open-ILS/src/c-apps (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jan 12 20:12:31 EST 2011


Author: gmc
Date: 2011-01-12 20:12:30 -0500 (Wed, 12 Jan 2011)
New Revision: 19174

Modified:
   trunk/Open-ILS/src/c-apps/oils_sql.c
Log:
trivial typo fixes FTW!

Signed-off-by: Galen Charlton <gmc at esilibrary.com>

Modified: trunk/Open-ILS/src/c-apps/oils_sql.c
===================================================================
--- trunk/Open-ILS/src/c-apps/oils_sql.c	2011-01-12 22:50:16 UTC (rev 19173)
+++ trunk/Open-ILS/src/c-apps/oils_sql.c	2011-01-13 01:12:30 UTC (rev 19174)
@@ -261,7 +261,7 @@
 		// 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";



More information about the open-ils-commits mailing list