[vlc-commits] [Git][videolan/vlc][master] access_output: fix typo
    Jean-Baptiste Kempf 
    gitlab at videolan.org
       
    Mon May 31 09:42:05 UTC 2021
    
    
  
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
8dd0de97 by Felix Paul Kühne at 2021-05-31T09:09:15+00:00
access_output: fix typo
- - - - -
1 changed file:
- modules/access_output/file.c
Changes:
=====================================
modules/access_output/file.c
=====================================
@@ -314,7 +314,7 @@ static int Open( vlc_object_t *p_this )
                                          _("Overwrite"), NULL, path,
                                          _("The output file already exists. "
                                          "If recording continues, the file will be "
-                                         "overridden and its content will be lost.")) == 1);
+                                         "overwritten and its content will be lost.")) == 1);
         free (buf);
         if (fd == -1)
             return VLC_EGENERIC;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8dd0de9748424c504e87e7685ca1cdfae0ec372e
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8dd0de9748424c504e87e7685ca1cdfae0ec372e
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list