From 6f5a0e9ff5984aed4b99b7a04a6cb1339b86e3b1 Mon Sep 17 00:00:00 2001 From: Moises Silva Date: Fri, 31 Dec 2010 15:06:49 -0500 Subject: [PATCH] freetdm: typo --- libs/freetdm/src/ftdm_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }