aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8c52d3526..686862668 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -9418,7 +9418,7 @@ static char *func_header_read(struct ast_channel *chan, char *cmd, char *data, c
static struct ast_custom_function sip_header_function = {
.name = "SIP_HEADER",
- .synopsis = "Gets or sets the specified SIP header",
+ .synopsis = "Gets the specified SIP header",
.syntax = "SIP_HEADER(<name>)",
.read = func_header_read,
};