diff options
Diffstat (limited to 'timer.c')
| -rw-r--r-- | timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]"); |
