diff --git a/libs/freetdm/src/ftdm_io.c b/libs/freetdm/src/ftdm_io.c index a1c5ceea88..e55839a784 100644 --- a/libs/freetdm/src/ftdm_io.c +++ b/libs/freetdm/src/ftdm_io.c @@ -4234,7 +4234,7 @@ static void print_core_usage(ftdm_stream_handle_t *stream) stream->write_function(stream, "--------------------------------------------------------------------------------\n" "ftdm core state [!] - List all channels in or not in the given state\n" - "ftdm core flag - List all channels with the fiven flag value set\n" + "ftdm core flag - List all channels with the given flag value set\n" "ftdm core calls - List all known calls to the FreeTDM core\n" "--------------------------------------------------------------------------------\n"); }