[vlc-commits] [Git][videolan/vlc][master] access: concat: fix typo in shortcut

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Mar 10 14:41:55 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
36dbf29d by Alexandre Janniaux at 2023-03-10T14:18:48+00:00
access: concat: fix typo in shortcut

- - - - -


1 changed file:

- modules/access/concat.c


Changes:

=====================================
modules/access/concat.c
=====================================
@@ -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()



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/36dbf29d992ac4b5e59f9f8d5cae45f7a5ecb844

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/36dbf29d992ac4b5e59f9f8d5cae45f7a5ecb844
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list