fix: correct spelling of "Unknown" in ASSERT message for argument type validation
This commit is contained in:
+1
-1
@@ -1341,7 +1341,7 @@ void wrenCall(WrenVM* vm, WrenMethod* method, const char* argTypes, ...)
|
||||
}
|
||||
|
||||
default:
|
||||
ASSERT(false, "Uknown argument type.");
|
||||
ASSERT(false, "Unknown argument type.");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user