aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hott/hott_sensors/hott_sensors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/hott/hott_sensors/hott_sensors.cpp')
-rw-r--r--src/drivers/hott/hott_sensors/hott_sensors.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/hott/hott_sensors/hott_sensors.cpp b/src/drivers/hott/hott_sensors/hott_sensors.cpp
index a3d3a3933..8ab9d8d55 100644
--- a/src/drivers/hott/hott_sensors/hott_sensors.cpp
+++ b/src/drivers/hott/hott_sensors/hott_sensors.cpp
@@ -204,7 +204,7 @@ hott_sensors_main(int argc, char *argv[])
if (!strcmp(argv[1], "start")) {
if (thread_running) {
- warnx("deamon already running");
+ warnx("already running");
exit(0);
}
@@ -225,10 +225,10 @@ hott_sensors_main(int argc, char *argv[])
if (!strcmp(argv[1], "status")) {
if (thread_running) {
- warnx("daemon is running");
+ warnx("is running");
} else {
- warnx("daemon not started");
+ warnx("not started");
}
exit(0);