Browse Source

ERR:Spelling mistake

Will Schroeder 24 years ago
parent
commit
9027c8bdf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmCommand.h

+ 1 - 1
Source/cmCommand.h

@@ -149,7 +149,7 @@ public:
       if(m_Error.length() == 0)
         {
         m_Error = this->GetName();
-        m_Error += " uknown error.";
+        m_Error += " unknown error.";
         }
       return m_Error.c_str();
     }