summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:13:08 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:13:08 +0000
commit49cbfa7de6547f9829c0b94972efa0654263eb01 (patch)
tree5fb4ee8109f0fb8e347672a5c19086b20c61a561 /channels/chan_misdn.c
parent874cb5615de1a0bd295da25a968e0e798d55b2cd (diff)
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 430998 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 3a4f52192..ae8bcd7b8 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -9450,11 +9450,11 @@ static void misdn_facility_ie_handler(enum event_e event, struct misdn_bchannel
break;
#endif /* We don't handle this yet */
case Fac_SubaddressTransfer:
- /* We do not have anything to do for this message since we do not handle subaddreses. */
+ /* We do not have anything to do for this message since we do not handle subaddresses. */
break;
case Fac_RequestSubaddress:
/*
- * We do not have anything to do for this message since we do not handle subaddreses.
+ * We do not have anything to do for this message since we do not handle subaddresses.
* However, we do care about some other ie's that should be present.
*/
if (bc->redirecting.to_changed) {