access: concat: fix typo in shortcut

This commit is contained in:
Alexandre Janniaux 2023-03-09 13:10:26 +01:00 committed by Steve Lhomme
parent dfabf7dc87
commit 36dbf29d99

View File

@ -311,5 +311,5 @@ vlc_module_begin()
add_string("concat-list", NULL, INPUT_LIST_TEXT, INPUT_LIST_LONGTEXT)
set_capability("access", 0)
set_callbacks(Open, Close)
add_shortcut("concast", "list")
add_shortcut("concat", "list")
vlc_module_end()