summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon/acpi_helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klaptopdaemon/acpi_helper.cpp')
-rw-r--r--klaptopdaemon/acpi_helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/acpi_helper.cpp b/klaptopdaemon/acpi_helper.cpp
index cf5c980..0640986 100644
--- a/klaptopdaemon/acpi_helper.cpp
+++ b/klaptopdaemon/acpi_helper.cpp
@@ -110,7 +110,7 @@ void run_program(const char *path, const int action)
if ((err = stat(path, &sb)) != 0 || sb.st_mode&S_IWOTH) {
if (err != 0) {
- fprintf(stderr, "Can't find %s\n", path);
+ fprintf(stderr, "Can't tqfind %s\n", path);
return;
} else {
fprintf(stderr, "%s is writeable by anyone - we don't trust it\n", path);