diff --git a/Source/cmCommand.h b/Source/cmCommand.h index 2f8869c9d3..ee43675f09 100644 --- a/Source/cmCommand.h +++ b/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(); }