summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 0742c3010..b4dee7403 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -694,7 +694,7 @@ enum check_auth_result {
/*! \brief States for outbound registrations (with register= lines in sip.conf */
enum sipregistrystate {
- REG_STATE_UNREGISTERED = 0, /*!< We are not registred
+ REG_STATE_UNREGISTERED = 0, /*!< We are not registered
* \note Initial state. We should have a timeout scheduled for the initial
* (or next) registration transmission, calling sip_reregister
*/
@@ -21967,7 +21967,7 @@ static struct ast_channel *sip_request_call(const char *type, int format, void *
*/
if (create_addr(p, host, NULL, 1)) {
*cause = AST_CAUSE_UNREGISTERED;
- ast_debug(3, "Cant create SIP call - target device not registred\n");
+ ast_debug(3, "Cant create SIP call - target device not registered\n");
dialog_unlink_all(p, TRUE, TRUE);
dialog_unref(p, "unref dialog p UNREGISTERED");
/* sip_destroy(p); */