diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-10-20 09:38:57 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-10-20 15:20:18 +0200 |
commit | ba669952b2b706833ce00d1d1eb26ddc4118b578 (patch) | |
tree | 7cd83ae11a107dc76199c706973e6f8b2727a732 /src/basic/dirent-util.c | |
parent | Merge pull request #21041 from yuwata/network-bpf-neighbor (diff) | |
download | systemd-ba669952b2b706833ce00d1d1eb26ddc4118b578.tar.xz systemd-ba669952b2b706833ce00d1d1eb26ddc4118b578.zip |
Typos found by codespell
Diffstat (limited to 'src/basic/dirent-util.c')
-rw-r--r-- | src/basic/dirent-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/dirent-util.c b/src/basic/dirent-util.c index d578e6836d..2eea228c20 100644 --- a/src/basic/dirent-util.c +++ b/src/basic/dirent-util.c @@ -88,7 +88,7 @@ struct dirent *readdir_ensure_type(DIR *d) { return NULL; } - /* Vanished by now? Then skip immedately to next */ + /* Vanished by now? Then skip immediately to next */ } } |