summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-02-10 23:46:03 +0000
committerMark Spencer <markster@digium.com>2005-02-10 23:46:03 +0000
commit9cd9198127f5c2bd6d0e98dbae45d4baaa1a014b (patch)
tree6868d1e4d93d94df29a0c36ab8143644bdc6aae0
parentdcee71987e2b4164aa6e505d8cde17ce97090964 (diff)
Fix silly newline miss (bug #3555)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 075de5cdc..3cc5d6730 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 };