aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-10 23:46:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-10 23:46:03 +0000
commit00c778824d474f7f1d4019df6a8919d053673e9d (patch)
tree6868d1e4d93d94df29a0c36ab8143644bdc6aae0 /channel.c
parenta61d44e2867143b8bdcefeec69fe0099800d709e (diff)
Fix silly newline miss (bug #3555)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5006 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-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 };