]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: typo
authorMoises Silva <moy@sangoma.com>
Fri, 31 Dec 2010 20:06:49 +0000 (15:06 -0500)
committerMoises Silva <moy@sangoma.com>
Fri, 31 Dec 2010 20:06:49 +0000 (15:06 -0500)
libs/freetdm/src/ftdm_io.c

index a1c5ceea8880adf39ff79663f09890aafdc8a681..e55839a784688085e2e432be100ffe6025fb3bf9 100644 (file)
@@ -4234,7 +4234,7 @@ static void print_core_usage(ftdm_stream_handle_t *stream)
        stream->write_function(stream, 
        "--------------------------------------------------------------------------------\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"
        "--------------------------------------------------------------------------------\n");
 }