diff options
Diffstat (limited to 'src/w32inevt.c')
-rw-r--r-- | src/w32inevt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c index 6a1d9afacf7..d13b0521c9a 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c @@ -648,7 +648,7 @@ handle_file_notifications (struct input_event *hold_quit) ns = NULL; /* Find out if there is a record available in the linked list of - notifications sets. If so, unlink te set from the linked list. + notifications sets. If so, unlink the set from the linked list. Use the critical section. */ enter_crit (); if (notifications_set_head->next != notifications_set_head) |