From: Mark Spencer Date: Thu, 10 Feb 2005 23:46:03 +0000 (+0000) Subject: Fix silly newline miss (bug #3555) X-Git-Tag: 1.2.0-beta1~1225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cd9198127f5c2bd6d0e98dbae45d4baaa1a014b;p=thirdparty%2Fasterisk.git Fix silly newline miss (bug #3555) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5006 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channel.c b/channel.c index 075de5cdca..3cc5d67300 100755 --- a/channel.c +++ b/channel.c @@ -102,7 +102,7 @@ static int show_channeltypes(int fd, int argc, char *argv[]) static char show_channeltypes_usage[] = "Usage: show channeltypes\n" -" Shows available channel types registred in your Asterisk server."; +" Shows available channel types registered in your Asterisk server.\n"; static struct ast_cli_entry cli_show_channeltypes = { { "show", "channeltypes", NULL }, show_channeltypes, "Show available channel types", show_channeltypes_usage };