diff options
author | Frederic Culot <calcurse@culot.org> | 2007-02-24 17:38:40 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-02-24 17:38:40 +0000 |
commit | d9d841ae273339b9ba542e31992df505b70315f3 (patch) | |
tree | 33925e508a2f1a74e503f8522715bede53f6d586 | |
parent | 3cefb284d06f76e4fe85e3392b851389a67f6292 (diff) | |
download | calcurse-d9d841ae273339b9ba542e31992df505b70315f3.tar.gz calcurse-d9d841ae273339b9ba542e31992df505b70315f3.zip |
english mistake
-rwxr-xr-x | src/notify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notify.c b/src/notify.c index 137f068..bf9cc13 100755 --- a/src/notify.c +++ b/src/notify.c @@ -1,4 +1,4 @@ -/* $calcurse: notify.c,v 1.6 2006/12/15 15:27:27 culot Exp $ */ +/* $calcurse: notify.c,v 1.7 2007/02/24 17:38:40 culot Exp $ */ /* * Calcurse - text-based organizer @@ -85,7 +85,7 @@ void notify_stop_main_thread(void) } /* - * The calcurse window geometry as changed so we need to reset the + * The calcurse window geometry has changed so we need to reset the * notification window. */ void notify_reinit_bar(int l, int c, int y, int x) |