diff --git a/ttyclock.c b/ttyclock.c index 3c5f0fd..26d81b6 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 */