From 548c5939a63da3c40ca384fef49bca658e82ad2d Mon Sep 17 00:00:00 2001 From: gmc Date: Thu, 13 Jan 2011 01:12:30 +0000 Subject: [PATCH] trivial typo fixes FTW! Signed-off-by: Galen Charlton git-svn-id: svn://svn.open-ils.org/ILS/trunk@19174 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/c-apps/oils_sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/c-apps/oils_sql.c b/Open-ILS/src/c-apps/oils_sql.c index bab3d043be..09081cd46d 100644 --- a/Open-ILS/src/c-apps/oils_sql.c +++ b/Open-ILS/src/c-apps/oils_sql.c @@ -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"; -- 2.11.0