summaryrefslogtreecommitdiffstats
path: root/timer.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-19 17:57:05 +0100
committerMattias Andrée <m@maandree.se>2026-02-19 17:57:05 +0100
commit2824c6265a39e4f49ef27ab6c26539492581c96e (patch)
tree9af5b0549b4d803a44f8cc83a8cde05ace238b52 /timer.c
parentAdd dogwhistle (diff)
downloadpdatools-master.tar.gz
pdatools-master.tar.bz2
pdatools-master.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'timer.c')
-rw-r--r--timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/timer.c b/timer.c
index a906e65..efc06cd 100644
--- a/timer.c
+++ b/timer.c
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
-/* TODO add support for in application entering of time */
+/* TODO add support for in-application entering of time */
/* TODO add support for rat input */
/* TODO add support for audible alert */
/* TODO add support for vibration alert */
@@ -9,7 +9,7 @@
/* TODO add support for messages */
/* TODO add support for multiple timers */
/* TODO add support for CLOCK_BOOTTIME_ALARM */
-/* TODO add support for ptuting timer in the background */
+/* TODO add support for putting timer in the background */
USAGE("[-2s] [[hours:]minutes:]second[.deciseconds]");