[open-ils-commits] r7986 - trunk/Open-ILS/src/c-apps

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 4 10:07:18 EST 2007


Author: dbs
Date: 2007-11-04 09:52:01 -0500 (Sun, 04 Nov 2007)
New Revision: 7986

Modified:
   trunk/Open-ILS/src/c-apps/oils_idl-core.c
Log:
Typo fix (and add ye olde vim modeline while we're here).


Modified: trunk/Open-ILS/src/c-apps/oils_idl-core.c
===================================================================
--- trunk/Open-ILS/src/c-apps/oils_idl-core.c	2007-11-04 14:39:40 UTC (rev 7985)
+++ trunk/Open-ILS/src/c-apps/oils_idl-core.c	2007-11-04 14:52:01 UTC (rev 7986)
@@ -1,4 +1,7 @@
 #include "oils_idl.h"
+/*
+ * vim:noet:ts=4:
+ */
 
 #include <stdlib.h>
 #include <string.h>
@@ -260,7 +263,7 @@
 				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 ),



More information about the open-ils-commits mailing list