summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/userintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userintf.cpp b/src/userintf.cpp
index ba341b5..a019d98 100644
--- a/src/userintf.cpp
+++ b/src/userintf.cpp
@@ -3097,7 +3097,7 @@ void t_userintf::cb_call_referred(t_user *user_config, int line, t_request *r) {
cout << endl;
if (r->hdr_referred_by.is_populated()) {
- cout << "Tranfer requested by ";
+ cout << "Transfer requested by ";
cout << format_sip_address(user_config, r->hdr_referred_by.display,
r->hdr_referred_by.uri);
cout << endl;