aboutsummaryrefslogtreecommitdiffstats
path: root/src/zeitansage
diff options
context:
space:
mode:
Diffstat (limited to 'src/zeitansage')
-rw-r--r--src/zeitansage/zeitansage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeitansage/zeitansage.c b/src/zeitansage/zeitansage.c
index 3462c36..835e5af 100644
--- a/src/zeitansage/zeitansage.c
+++ b/src/zeitansage/zeitansage.c
@@ -133,7 +133,7 @@ int zeit_init(double audio_level_dBm, int alerting)
}
sekunden_time += minuten_time;
- PDEBUG(DZEIT, DEBUG_DEBUG, "Total time to play anouncement, starting with beep: %.2f seconds\n", (double)sekunden_time / 8000.0);
+ PDEBUG(DZEIT, DEBUG_DEBUG, "Total time to play announcement, starting with beep: %.2f seconds\n", (double)sekunden_time / 8000.0);
return 0;
}