summaryrefslogtreecommitdiffstats
path: root/src/userintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userintf.cpp')
-rw-r--r--src/userintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userintf.cpp b/src/userintf.cpp
index edd0d0b..ba341b5 100644
--- a/src/userintf.cpp
+++ b/src/userintf.cpp
@@ -3063,7 +3063,7 @@ void t_userintf::cb_refer_result_success(int line) {
if (line >= NUM_USER_LINES) return;
cout << endl;
- cout << "Line " << line + 1 << ": call succesfully referred.\n";
+ cout << "Line " << line + 1 << ": call successfully referred.\n";
cout << endl;
cout.flush();
}