Fix typo: numner to number
This commit is contained in:
@@ -549,7 +549,7 @@ spa_pod_bytes_new (lua_State *L)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
luaL_error (L, "Only numner and strings are valid for bytes pod");
|
luaL_error (L, "Only number and strings are valid for bytes pod");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user