diff m_struct.h @ 18283:67d35fe89c8d

Fix most of the mistakes pointed out by Diego.
author albeu
date Tue, 25 Apr 2006 18:48:53 +0000
parents 96568be4bfdc
children 2ec2301183cd
line wrap: on
line diff
--- a/m_struct.h	Tue Apr 25 18:46:19 2006 +0000
+++ b/m_struct.h	Tue Apr 25 18:48:53 2006 +0000
@@ -12,7 +12,7 @@
 
 /// Struct definition
 typedef struct m_struct_st {
-  /// For error msg and debuging
+  /// For error messages and debugging
   char* name;
   /// size of the whole struct
   unsigned int size;