Skip to content
Snippets Groups Projects
Commit 8dd0de97 authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf
Browse files

access_output: fix typo

parent 3d07a3d4
No related branches found
Tags 0.5.2
1 merge request!171access_output: fix typo
Pipeline #101840 passed with stage
in 19 minutes and 36 seconds
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment