summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-11-25 11:10:52 +0000
committerOlle Johansson <oej@edvina.net>2007-11-25 11:10:52 +0000
commit77e15c9b2fd956ab765b97345792fa4db68fdd79 (patch)
tree177a495066e24731c94eb491dd00e8ff650c424e /channels
parenta63f6be669bbe79db05bd9994245650502d439bc (diff)
Housekeeping...
- Fix typo in chan_sip - Remove changes to caller ID structure, moving it to branch (russellb) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ce475e76b..ed691c650 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -12217,7 +12217,7 @@ static char *sip_show_history(struct ast_cli_entry *e, int cmd, struct ast_cli_a
e->command = "sip show history";
e->usage =
"Usage: sip show history <call-id>\n"
- " Provides detailed dialog history on a given SIP call (specified by call-hid).\n";
+ " Provides detailed dialog history on a given SIP call (specified by call-id).\n";
return NULL;
case CLI_GENERATE:
return complete_sip_show_history(a->line, a->word, a->pos, a->n);