summaryrefslogtreecommitdiffstats
path: root/src/stun/stun.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/stun/stun.cxx')
-rw-r--r--src/stun/stun.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stun/stun.cxx b/src/stun/stun.cxx
index f5e9bc9..dd8b8d0 100644
--- a/src/stun/stun.cxx
+++ b/src/stun/stun.cxx
@@ -1896,7 +1896,7 @@ stunSendTest( StunSocket myFd, StunAddress4& dest,
discard=true;
break;
default:
- cerr << "Test " << testNum <<" is unkown\n";
+ cerr << "Test " << testNum <<" is unknown\n";
assert(0);
}