summaryrefslogtreecommitdiffstats
path: root/timer.c
diff options
context:
space:
mode:
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]");