commit ea093e4323b62430f9c9cf2bd6fbd75b3864aa9b
parent c8c952971f52db6fbda52a4d9f994952deaca0e1
Author: in0rdr <andreas.gruhler@uzh.ch>
Date: Fri, 25 Nov 2016 20:46:06 +0800
Comment typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diary.c b/diary.c
@@ -335,7 +335,7 @@ int main(int argc, char** argv) {
do {
ch = wgetch(cal);
// new_date represents the desired date the user wants to go_to(),
- // which may not be a faisable date at all
+ // which may not be a feasible date at all
new_date = curs_date;
char ecmd[150];
char pth[100];