m-lua-scripting: correct typo

This commit is contained in:
Ashok Sidipotu
2024-05-06 11:45:26 +05:30
committed by George Kiagiadakis
parent 06e11dc4be
commit a6328cf2c1

View File

@@ -159,7 +159,7 @@ push_luajson (lua_State *L, WpSpaJson *json, gint n_recursions)
}
}
/* Otherwise alwyas parse as String to allow parsing strings without quotes */
/* Otherwise always parse as String to allow parsing strings without quotes */
else {
g_autofree gchar *value = wp_spa_json_parse_string (json);
g_warn_if_fail (value);