[vlc-commits] sap: fix spelling

Rémi Denis-Courmont git at videolan.org
Fri Apr 10 15:06:58 CEST 2020


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Apr 10 14:37:52 2020 +0300| [0abae7eeae16f8519cfdcde9aebf719520be0efe] | committer: Rémi Denis-Courmont

sap: fix spelling

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0abae7eeae16f8519cfdcde9aebf719520be0efe
---

 modules/services_discovery/sap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/services_discovery/sap.c b/modules/services_discovery/sap.c
index 170e464de2..bf90e58416 100644
--- a/modules/services_discovery/sap.c
+++ b/modules/services_discovery/sap.c
@@ -1572,7 +1572,7 @@ vlc_module_begin()
     add_bool("sap-parse", true,
              SAP_PARSE_TEXT,SAP_PARSE_LONGTEXT, true)
     add_obsolete_bool("sap-strict") /* since 4.0.0 */
-    add_obsolete_bool("sap-timeshift") /* Redumdant since 1.0.0 */
+    add_obsolete_bool("sap-timeshift") /* Redundant since 1.0.0 */
 
     set_capability("services_discovery", 0)
     set_callbacks(Open, Close)



More information about the vlc-commits mailing list