Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19174
dcc99617-32d9-48b4-a31d-
7c20da2025e4
// 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";