Module: kamailio
Branch: 4.4
Commit: 1ca980fc2d6856d08bd725ffdbb799225ed09885
URL:
https://github.com/kamailio/kamailio/commit/1ca980fc2d6856d08bd725ffdbb7992…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-07-06T14:44:39+02:00
rr: fix spelling errors catched by lintian #688
(cherry picked from commit 8f984a1be0726ec64cb4797a569fb44d1a7a9afd)
---
Modified: modules/rr/loose.c
---
Diff:
https://github.com/kamailio/kamailio/commit/1ca980fc2d6856d08bd725ffdbb7992…
Patch:
https://github.com/kamailio/kamailio/commit/1ca980fc2d6856d08bd725ffdbb7992…
---
diff --git a/modules/rr/loose.c b/modules/rr/loose.c
index 1785d8c..48644d9 100644
--- a/modules/rr/loose.c
+++ b/modules/rr/loose.c
@@ -43,7 +43,7 @@
#include "rr_mod.h"
-#define RR_ERROR -1 /*!< An error occured while processing route set */
+#define RR_ERROR -1 /*!< An error occurred while processing route set */
#define RR_DRIVEN 1 /*!< The next hop is determined from the route set */
#define RR_OB_DRIVEN 2 /*!< The next hop is determined from the route set based on
flow-token */
#define NOT_RR_DRIVEN -1 /*!< The next hop is not determined from the route set */