ERR:Spelling mistake
This commit is contained in:
parent
8c3d29d0d3
commit
9027c8bdf7
|
@ -149,7 +149,7 @@ public:
|
||||||
if(m_Error.length() == 0)
|
if(m_Error.length() == 0)
|
||||||
{
|
{
|
||||||
m_Error = this->GetName();
|
m_Error = this->GetName();
|
||||||
m_Error += " uknown error.";
|
m_Error += " unknown error.";
|
||||||
}
|
}
|
||||||
return m_Error.c_str();
|
return m_Error.c_str();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue