]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[esl] Fix typo in fs_cli.c
authorROBERT MCDOWELL <2649072+ROBERT-MCDOWELL@users.noreply.github.com>
Wed, 24 Jun 2020 14:07:42 +0000 (07:07 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 14:07:42 +0000 (18:07 +0400)
libs/esl/fs_cli.c

index b63fdd845ae1b0305abc6daa69816e0bf86c2791..76e85b450d52993a91a926965c0f123fe5a5dcb0 100644 (file)
@@ -630,8 +630,8 @@ static const char *usage_str =
        "  -R, --reconnect                 Reconnect if disconnected\n"
        "  -d, --debug=level               Debug Level (0 - 7)\n"
        "  -b, --batchmode                 Batch mode\n"
-       "  -t, --timeout                   Timeout for API commands (in miliseconds)\n"
-       "  -T, --connect-timeout           Timeout for socket connection (in miliseconds)\n"
+       "  -t, --timeout                   Timeout for API commands (in milliseconds)\n"
+       "  -T, --connect-timeout           Timeout for socket connection (in milliseconds)\n"
        "  -n, --no-color                  Disable color\n\n";
 
 static int usage(char *name){