summaryrefslogtreecommitdiffstats
path: root/utilities/smb4k_kill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/smb4k_kill.cpp')
-rw-r--r--utilities/smb4k_kill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/smb4k_kill.cpp b/utilities/smb4k_kill.cpp
index 546a4bb..7c31bfd 100644
--- a/utilities/smb4k_kill.cpp
+++ b/utilities/smb4k_kill.cpp
@@ -82,7 +82,7 @@ bool find_program( const char *name, char *path )
if ( !strcmp( file.c_str(), "" ) )
{
- cerr << "smb4k_kill: Could not tqfind " << name << " binary" << endl;
+ cerr << "smb4k_kill: Could not find " << name << " binary" << endl;
return false;
}