[nemiver] Fix a typo in the coding style



commit 32af9993409b3a71ccf1299ba137286dd0e84498
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sat Sep 3 01:36:47 2011 +0200

    Fix a typo in the coding style
    
    	* coding-style.txt: Fix typo.

 coding-style.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/coding-style.txt b/coding-style.txt
index a23d175..082eaf7 100644
--- a/coding-style.txt
+++ b/coding-style.txt
@@ -42,7 +42,7 @@ Naming conventions
        to define namespace, like "namespace foo { //blah}", otherwise, emacs indents
        //blah.  Use the macro NEMIVER_BEGIN_NAMESPACE (foo) and NEMIVER_END_NAMESPACE (foo), instead.
        This helps emacs not to endent the content of the namespace.
-    6. Generaly, C++ data mambers should be prefixed by m_. 
+    6. Generaly, C++ data members should be prefixed by m_.
 
 Functions
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]