From b20b5c91589c6e28b7e36aa0c82af7c5b33839ab Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 1 May 2020 23:03:10 +0200 Subject: [PATCH] Fix typo --- ttyclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyclock.c b/ttyclock.c index 558d9b2..51a0be1 100644 --- a/ttyclock.c +++ b/ttyclock.c @@ -275,7 +275,7 @@ draw_clock(void) wrefresh(ttyclock.datewin); } - /* Draw second if the option is enable */ + /* Draw second if the option is enabled */ if(ttyclock.option.second) { /* Again 2 dot for number separation */