Module: kamailio
Branch: master
Commit: 54a61e648c06cb8f5a1888d8ad43d411f80f229d
URL: 
https://github.com/kamailio/kamailio/commit/54a61e648c06cb8f5a1888d8ad43d411f80f229d

Author: Henning Westerholt <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2018-10-05T21:41:33+02:00

tm: small spelling fix (bellow -> below)

---

Modified: src/modules/tm/t_cancel.c
Modified: src/modules/tm/t_reply.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/54a61e648c06cb8f5a1888d8ad43d411f80f229d.diff
Patch: 
https://github.com/kamailio/kamailio/commit/54a61e648c06cb8f5a1888d8ad43d411f80f229d.patch

---

diff --git a/src/modules/tm/t_cancel.c b/src/modules/tm/t_cancel.c
index 49751c9958..3a6da2d87e 100644
--- a/src/modules/tm/t_cancel.c
+++ b/src/modules/tm/t_cancel.c
@@ -173,7 +173,7 @@ int cancel_all_uacs(struct cell *trans, int how)
 }
 
 
-/* should be called directly only if one of the condition bellow is true:
+/* should be called directly only if one of the condition below is true:
  *  - prepare_cancel_branch or prepare_to_cancel returned true for this branch
  *  - buffer value was 0 and then set to BUSY in an atomic op.:
  *     if (atomic_cmpxchg_long(&buffer, 0, BUSY_BUFFER)==0).
diff --git a/src/modules/tm/t_reply.c b/src/modules/tm/t_reply.c
index 88ec5dd629..8a95fe758d 100644
--- a/src/modules/tm/t_reply.c
+++ b/src/modules/tm/t_reply.c
@@ -1417,7 +1417,7 @@ static enum rps t_should_relay_response( struct cell 
*Trans , int new_code,
                /* look if the callback perhaps replied transaction; it also
                 * covers the case in which a transaction is replied localy
                 * on CANCEL -- then it would make no sense to proceed to
-                * new branches bellow
+                * new branches below
                */
                if (Trans->uas.status >= 200) {
                        *should_store=0;


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to