ERR:Spelling mistake

This commit is contained in:
Will Schroeder 2001-07-06 12:46:31 -04:00
parent 8c3d29d0d3
commit 9027c8bdf7
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}