Typo fix.

This commit is contained in:
Zach Fox 2017-04-10 16:21:25 -07:00
parent 16be0ca70c
commit 04792bf3bc

View file

@ -17,7 +17,7 @@ QScriptValue avatarDataToScriptValue(QScriptEngine* engine, const AvatarSharedPo
}
void avatarDataFromScriptValue(const QScriptValue& object, AvatarSharedPointer& out) {
// This is not implemented because there are no slots/properties that take expect an AvatarSharedPointer from a script
// This is not implemented because there are no slots/properties that take an AvatarSharedPointer from a script
assert(false);
out = AvatarSharedPointer(nullptr);
}