From: gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 13 Jan 2011 01:12:30 +0000 (+0000)
Subject: trivial typo fixes FTW!
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=548c5939a63da3c40ca384fef49bca658e82ad2d;p=evergreen%2Fmasslnc.git

trivial typo fixes FTW!

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

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

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";