[Ocfs2-tools-commits] manish commits r662 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Mar 17 21:43:29 CST 2005


Author: manish
Date: 2005-03-17 21:43:27 -0600 (Thu, 17 Mar 2005)
New Revision: 662

Modified:
   trunk/ocfs2console/ocfs2interface/ocfs2module.c
Log:
Use proper speeling


Modified: trunk/ocfs2console/ocfs2interface/ocfs2module.c
===================================================================
--- trunk/ocfs2console/ocfs2interface/ocfs2module.c	2005-03-18 03:43:07 UTC (rev 661)
+++ trunk/ocfs2console/ocfs2interface/ocfs2module.c	2005-03-18 03:43:27 UTC (rev 662)
@@ -265,5 +265,5 @@
   PyModule_AddIntConstant (m, "MAX_CLUSTER_SIZE", MAX_CLUSTER_SIZE);
 
   if (PyErr_Occurred ())
-    Py_FatalError ("can't initialise module ocfs2");
+    Py_FatalError ("can't initialize module ocfs2");
 }



More information about the Ocfs2-tools-commits mailing list