Fix spelling on error.

This commit is contained in:
Gavin Schulz
2015-03-08 17:44:24 -07:00
parent 72baefe497
commit 28268f19ba
+1 -1
View File
@@ -1341,7 +1341,7 @@ void wrenCall(WrenVM* vm, WrenMethod* method, const char* argTypes, ...)
} }
default: default:
ASSERT(false, "Uknown argument type."); ASSERT(false, "Unknown argument type.");
break; break;
} }