summaryrefslogtreecommitdiffstats
path: root/ktalkd
diff options
context:
space:
mode:
Diffstat (limited to 'ktalkd')
-rw-r--r--ktalkd/ktalkd/announce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktalkd/ktalkd/announce.cpp b/ktalkd/ktalkd/announce.cpp
index 51f878e0..1970b92d 100644
--- a/ktalkd/ktalkd/announce.cpp
+++ b/ktalkd/ktalkd/announce.cpp
@@ -93,7 +93,7 @@ int announce(NEW_CTL_MSG *request, const char *remote_machine, char *disp, int
request->r_name);
} else if (strstr(request->l_name,"\033")) {
syslog(LOG_WARNING,
- "blocked VT100 FLASH BOMB to user: %s (aptqparently from: %s)",
+ "blocked VT100 FLASH BOMB to user: %s (apparently from: %s)",
request->r_name, remote_machine);
} else {
if ((pid = fork())) {