Merge pull request #78 from jwilk-forks/spelling

Fix typo
master
anarcat 6 years ago committed by GitHub
commit cfd4effa8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 */

Loading…
Cancel
Save