From Simon Julier, fixed typo of unknown.

This commit is contained in:
Robert Osfield
2005-12-08 14:08:09 +00:00
parent 486436cf36
commit a4ea759ce5

View File

@@ -45,6 +45,6 @@ const char* Array::className() const
if (_arrayType>=ArrayType && _arrayType<=Vec4bArrayType)
return s_ArrayNames[_arrayType];
else
return "UnkownArray";
return "UnknownArray";
}