[nemiver] Fix comment typo in class IDebugger::Variable



commit 1f0a760b95246d0e37b4a4b58bb5b21988841af8
Author: Dodji Seketeli <dodji seketeli org>
Date:   Tue Feb 14 00:32:51 2012 +0100

    Fix comment typo in class IDebugger::Variable
    
    	* src/dbgengine/nmv-i-debugger
    	(IDebugger::Variable::equals_by_value): Fix comment.

 src/dbgengine/nmv-i-debugger.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dbgengine/nmv-i-debugger.h b/src/dbgengine/nmv-i-debugger.h
index 39c83cc..2191e1a 100644
--- a/src/dbgengine/nmv-i-debugger.h
+++ b/src/dbgengine/nmv-i-debugger.h
@@ -564,7 +564,7 @@ public:
 
         /// Tests value equality between two variables.
         /// Two variables are considered equal by value if their
-        /// respective memebers have the same values and same type.
+        /// respective members have the same values and same type.
         /// \param a_other the other variable to test against
         /// \return true if a_other equals the current instance
         ///         by value.



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