summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialog.h b/src/dialog.h
index 7466d22..565c158 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -597,7 +597,7 @@ public:
/**
* Redirect INVITE to the next destination.
* @param resp The response on the INVITE.
- * @return true, if INIVTE was redirected succesfully.
+ * @return true, if INIVTE was redirected successfully.
* @return false, if there is no next destination.
*
* @pre The response must be a 3XX.
@@ -606,7 +606,7 @@ public:
/**
* Failover INVITE to the next destination from DNS lookup.
- * @return true, if INIVTE was succesfully sent.
+ * @return true, if INIVTE was successfully sent.
* @return false, if there is no next destination.
*/
bool failover_invite(void);