From 2af8b4b6b3b09ae4f73d3d38204619f1486d8a89 Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Wed, 30 Dec 2015 16:53:42 -0500 Subject: Fix spelling --- src/dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dialog.h') 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); -- cgit v1.2.3