summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 354b3be..89c55fc 100644
--- a/src/options.c
+++ b/src/options.c
@@ -190,7 +190,7 @@ static GOptionGroup* options_get_rec_group(options_t* opt)
{ "rec-audio-encoder", 0, 0, G_OPTION_ARG_STRING, &opt->audio_enc_rec_,
"pipeline for audio encoder for recording (i.e. audioconvert ! vorbisenc) - leave empty to use same as for RTP", "BIN DESCRIPTION" },
{ "rec-mux", 0, 0, G_OPTION_ARG_STRING, &opt->rec_mux_,
- "muxer elemenent for recording (i.e. matroskamux) - leave empty to disable recording", "ELEMENT" },
+ "muxer element for recording (i.e. matroskamux) - leave empty to disable recording", "ELEMENT" },
{ "rec-name-format", 0, 0, G_OPTION_ARG_STRING, &opt->rec_name_format_,
"the recording file name format string, see manpage of strftime for the syntax", "FORMATSTRING" },
{ NULL }