summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mphoneform.cpp')
-rw-r--r--src/gui/mphoneform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/mphoneform.cpp b/src/gui/mphoneform.cpp
index d28d3e1..e49306a 100644
--- a/src/gui/mphoneform.cpp
+++ b/src/gui/mphoneform.cpp
@@ -971,7 +971,7 @@ void MphoneForm::updateRegStatus()
toolTip.append("</b><br>");
toolTip.append("<table>");
- // Count number of succesful and failed registrations.
+ // Count number of successful and failed registrations.
// Determine tool tip showing registration details for all users.
list<t_user *>user_list = phone->ref_users();
for (list<t_user *>::iterator i = user_list.begin(); i != user_list.end(); i++) {