|
From: Gareth S B. <bes...@us...> - 2005-05-17 18:07:22
|
Update of /cvsroot/sblim/cmpi-base In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15475 Modified Files: cmpiOSBase_OperatingSystemProvider.c Log Message: fixed spelling of IND_BEHAVIOUR_LEVEL_EDGE Index: cmpiOSBase_OperatingSystemProvider.c =================================================================== RCS file: /cvsroot/sblim/cmpi-base/cmpiOSBase_OperatingSystemProvider.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- cmpiOSBase_OperatingSystemProvider.c 11 May 2005 14:00:44 -0000 1.15 +++ cmpiOSBase_OperatingSystemProvider.c 17 May 2005 18:06:54 -0000 1.16 @@ -534,7 +534,7 @@ "Poll function", check, 10, - IND_BEHAVIOUR_LEVEL_EDGE) != IND_OK) { + IND_BEHAVIOR_LEVEL_EDGE) != IND_OK) { _OSBASE_TRACE(1,("--- %s ind_init() failed: register poll function",_ClassName)); CMRelease(sourceInstance); return; |