summaryrefslogtreecommitdiff
path: root/src/winwidget.c
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-12 21:01:30 +0000
committerDaniel Friesel <derf@chaosdorf.de>2022-01-03 10:24:07 +0100
commit6b3888778bbea026ae05806d7295a05c3ef5ef3f (patch)
tree5186804a3199e5b33d550b4d76f518a5b325dc9b /src/winwidget.c
parentd89975957d54ac901ce52e6e3b9ca95d96048f8f (diff)
Fix spelling
Diffstat (limited to 'src/winwidget.c')
-rw-r--r--src/winwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winwidget.c b/src/winwidget.c
index f32b929..9f61ba6 100644
--- a/src/winwidget.c
+++ b/src/winwidget.c
@@ -778,7 +778,7 @@ void feh_event_handle_inotify(void)
for (int j = 0; j < window_num; j++) {
if(windows[j]->inotify_wd == event->wd) {
if (event->mask & IN_IGNORED) {
- D(("inotify watch was implicitely removed\n"));
+ D(("inotify watch was implicitly removed\n"));
windows[j]->inotify_wd = -1;
} else if (event->mask & (IN_CLOSE_WRITE | IN_MOVED_TO)) {
if (strcmp(event->name, FEH_FILE(windows[j]->file->data)->name) == 0) {