diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:04 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:04 -0400 |
| commit | 4d334e5205f547be7913901d0cf529477e993f26 (patch) | |
| tree | e8c8fb86a1cd8efcfcca331bdf8666c9b66cbaae /compat/fsmonitor | |
| parent | 55bc7d54ab403af274f2bd7058305e0d5a2fdd4f (diff) | |
| parent | 41869f7447a5b9e904aaa9aa5b77e7ce49b7292a (diff) | |
| download | git-4d334e5205f547be7913901d0cf529477e993f26.tar.xz | |
Merge branch 'ak/typofixes'
Typofixes.
* ak/typofixes:
t: fix typos
t/helper: fix a typo
t/perf: fix typos
t/unit-tests: fix typos
contrib: fix typos
compat: fix typos
Diffstat (limited to 'compat/fsmonitor')
| -rw-r--r-- | compat/fsmonitor/fsm-listen-win32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/fsmonitor/fsm-listen-win32.c b/compat/fsmonitor/fsm-listen-win32.c index 80e092b511..9a6efc9bea 100644 --- a/compat/fsmonitor/fsm-listen-win32.c +++ b/compat/fsmonitor/fsm-listen-win32.c @@ -431,9 +431,9 @@ static int recv_rdcw_watch(struct one_watch *watch) * but I observed ERROR_ACCESS_DENIED (0x05) errors during * testing. * - * Note that we only get notificaiton events for events + * Note that we only get notification events for events * *within* the directory, not *on* the directory itself. - * (These might be properies of the parent directory, for + * (These might be properties of the parent directory, for * example). * * NEEDSWORK: We might try to check for the deleted directory |
