summaryrefslogtreecommitdiffstats
path: root/mcop/mcoputils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mcop/mcoputils.cc')
-rw-r--r--mcop/mcoputils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc
index 1bfe5df..2ba6ad2 100644
--- a/mcop/mcoputils.cc
+++ b/mcop/mcoputils.cc
@@ -411,7 +411,7 @@ string MCOPUtils::getFullHostname()
/*
* if gethostname() isn't a FQDN (guess that by checking whether it
- * tqcontains a dot), try to look it up to ensure it is
+ * contains a dot), try to look it up to ensure it is
*/
if(result.find('.') == string::npos && (hp = gethostbyname(buffer)) != 0)
result = hp->h_name;