From a455456b8cb9f91ab3164b9180d996acfca8649e Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 4 Nov 2007 14:52:01 +0000 Subject: [PATCH] Typo fix (and add ye olde vim modeline while we're here). git-svn-id: svn://svn.open-ils.org/ILS/trunk@7986 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/c-apps/oils_idl-core.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/c-apps/oils_idl-core.c b/Open-ILS/src/c-apps/oils_idl-core.c index 5cef117d1e..0ace15ab6e 100644 --- a/Open-ILS/src/c-apps/oils_idl-core.c +++ b/Open-ILS/src/c-apps/oils_idl-core.c @@ -1,4 +1,7 @@ #include "oils_idl.h" +/* + * vim:noet:ts=4: + */ #include #include @@ -260,7 +263,7 @@ osrfHash* oilsIDLInit( char* idl_filename ) { if (!strcmp( (char*)_cur->name, "source_definition" )) { string_tmp = NULL; if( (string_tmp = (char*)xmlNodeGetContent(_cur)) ) { - osrfLogDebug(OSRF_LOG_MARK, "Using source definion '%s' for class %s", string_tmp, osrfHashGet(usrData, "classname") ); + osrfLogDebug(OSRF_LOG_MARK, "Using source definition '%s' for class %s", string_tmp, osrfHashGet(usrData, "classname") ); osrfHashSet( usrData, strdup( string_tmp ), -- 2.11.0