Fix typo: numner to number

This commit is contained in:
Dylan Aïssi
2022-12-14 10:51:52 +01:00
parent f6dc1b3347
commit 5d9fb9f678

View File

@@ -549,7 +549,7 @@ spa_pod_bytes_new (lua_State *L)
return 1;
}
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;
}
return 0;