mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 08:58:01 +02:00
m-lua-scripting: correct typo
This commit is contained in:
parent
06e11dc4be
commit
a6328cf2c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue