freetdm: typo
This commit is contained in:
parent
fe0d8d1ec5
commit
6f5a0e9ff5
|
@ -4234,7 +4234,7 @@ static void print_core_usage(ftdm_stream_handle_t *stream)
|
||||||
stream->write_function(stream,
|
stream->write_function(stream,
|
||||||
"--------------------------------------------------------------------------------\n"
|
"--------------------------------------------------------------------------------\n"
|
||||||
"ftdm core state [!]<state_name> - List all channels in or not in the given state\n"
|
"ftdm core state [!]<state_name> - List all channels in or not in the given state\n"
|
||||||
"ftdm core flag <flag-int-value> - List all channels with the fiven flag value set\n"
|
"ftdm core flag <flag-int-value> - List all channels with the given flag value set\n"
|
||||||
"ftdm core calls - List all known calls to the FreeTDM core\n"
|
"ftdm core calls - List all known calls to the FreeTDM core\n"
|
||||||
"--------------------------------------------------------------------------------\n");
|
"--------------------------------------------------------------------------------\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue