|
From: <cm...@us...> - 2002-11-03 05:56:47
|
Update of /cvsroot/log4cocoa/log4cocoa
In directory usw-pr-cvs1:/tmp/cvs-serv12544
Modified Files:
L4Logger.m
Log Message:
Fix spelling of +[L4Logger initialize].
Index: L4Logger.m
===================================================================
RCS file: /cvsroot/log4cocoa/log4cocoa/L4Logger.m,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- L4Logger.m 18 Oct 2002 05:20:29 -0000 1.2
+++ L4Logger.m 3 Nov 2002 05:56:44 -0000 1.3
@@ -17,7 +17,7 @@
@implementation L4Logger
-+ (void) initalize
++ (void) initialize
{
// Making sure that we capture the startup time of
// this application. This sanity check is also in
|