summaryrefslogtreecommitdiff
path: root/channels/sip/include
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include')
-rw-r--r--channels/sip/include/config_parser.h2
-rw-r--r--channels/sip/include/globals.h1
-rw-r--r--channels/sip/include/reqresp_parser.h4
3 files changed, 3 insertions, 4 deletions
diff --git a/channels/sip/include/config_parser.h b/channels/sip/include/config_parser.h
index fd055b145..811f8951c 100644
--- a/channels/sip/include/config_parser.h
+++ b/channels/sip/include/config_parser.h
@@ -35,7 +35,7 @@ int sip_parse_register_line(struct sip_registry *reg, int default_expiry, const
/*!
* \brief parses a config line for a host with a transport
*
- * An example input would be:
+ * An example input would be:
* <code>tls://www.google.com:8056</code>
*
* \retval 0 on success
diff --git a/channels/sip/include/globals.h b/channels/sip/include/globals.h
index d7c9f13d0..3c3ba47bd 100644
--- a/channels/sip/include/globals.h
+++ b/channels/sip/include/globals.h
@@ -39,4 +39,3 @@ extern struct ast_channel_tech sip_tech;
extern struct ast_channel_tech sip_tech_info;
#endif /* !defined(SIP_GLOBALS_H) */
-
diff --git a/channels/sip/include/reqresp_parser.h b/channels/sip/include/reqresp_parser.h
index 2543329dd..338824a53 100644
--- a/channels/sip/include/reqresp_parser.h
+++ b/channels/sip/include/reqresp_parser.h
@@ -59,8 +59,8 @@ AST_LIST_HEAD_NOLOCK(contactliststruct, contact);
* parts, user:secret.
* - If the URI contains a port number, hostport will return with both
* parts, host:port.
- * - This function overwrites the the URI string.
- *
+ * - This function overwrites the URI string.
+ *
* \retval 0 on success
* \retval -1 on error.
*