summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Roberson <josh@asteriasgi.com>2005-09-07 04:23:15 +0000
committerJosh Roberson <josh@asteriasgi.com>2005-09-07 04:23:15 +0000
commit8f21e3659b980789bacd8b2b6efdb76dfd6ff110 (patch)
treef7fd81deded708dfca3de8188367cd76d87f17a2
parentff4ec5334891b5d80981192f60960954171fcffc (diff)
Fix spelling of Accountcode. *wink*
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index eb00e3c01..12b47af5a 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -11861,7 +11861,7 @@ static char *descrip_sipaddheader = ""
" SIPAddHeader(Header: Content)\n"
"Adds a header to a SIP call placed with DIAL.\n"
"Remember to user the X-header if you are adding non-standard SIP\n"
-"headers, like \"X-Asterisk-Accuntcode:\". Use this with care.\n"
+"headers, like \"X-Asterisk-Accountcode:\". Use this with care.\n"
"Adding the wrong headers may jeopardize the SIP dialog.\n"
"Always returns 0\n";