Core/Scripting: Replace casted with cast as casted is not a word.

This commit is contained in:
Malcrom
2013-12-25 14:16:55 -03:30
parent fa29ddc529
commit fe95371d9a
106 changed files with 299 additions and 299 deletions

View File

@@ -35,7 +35,7 @@ void Field::SetByteValue(const void* newValue, const size_t newSize, enum_field_
if (data.value)
CleanUp();
// This value stores raw bytes that have to be explicitly casted later
// This value stores raw bytes that have to be explicitly cast later
if (newValue)
{
data.value = new char[newSize];