aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-09 23:15:26 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-09 23:15:26 +0000
commitfbcb5f04bdf52b303d21ed7acf6a3d08d9645a34 (patch)
tree09b5bb18b683b7dce99c54a25f6ebae8c3cdfc53 /channels/chan_misdn.c
parent795b58930b2be8e6cde8c98237e6f0d8ed0c7fef (diff)
Spacing change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168269 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 09db18a7c..341f950f0 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -1188,7 +1188,7 @@ static char *handle_cli_misdn_show_config(struct ast_cli_entry *e, int cmd, stru
e->command = "misdn show config";
e->usage =
"Usage: misdn show config [<port> | description <config element> | descriptions [general|ports]]\n"
- " Use 0 for <port> to only print the general config.\n";
+ " Use 0 for <port> to only print the general config.\n";
return NULL;
case CLI_GENERATE:
return complete_show_config(a);