[vlc-commits] Fix typo: overriden -> overridden.
Benjamin Drung
git at videolan.org
Fri Sep 7 00:36:37 CEST 2012
vlc | branch: master | Benjamin Drung <bdrung at debian.org> | Fri Sep 7 00:31:11 2012 +0200| [d72aa5b3e7efdd65c9740f97b703c9afcc723ef4] | committer: Rafaël Carré
Fix typo: overriden -> overridden.
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d72aa5b3e7efdd65c9740f97b703c9afcc723ef4
---
modules/access_output/file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access_output/file.c b/modules/access_output/file.c
index 99ebb89..421ac59 100644
--- a/modules/access_output/file.c
+++ b/modules/access_output/file.c
@@ -186,7 +186,7 @@ static int Open( vlc_object_t *p_this )
while (dialog_Question (p_access, path,
N_("The output file already exists. "
"If recording continues, the file will be "
- "overriden and its content will be lost."),
+ "overridden and its content will be lost."),
N_("Keep existing file"),
N_("Overwrite"), NULL) == 2);
free (path);
More information about the vlc-commits
mailing list