summaryrefslogtreecommitdiff
path: root/src/sysext
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2021-10-20 09:38:57 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-20 22:20:18 +0900
commitba669952b2b706833ce00d1d1eb26ddc4118b578 (patch)
tree7cd83ae11a107dc76199c706973e6f8b2727a732 /src/sysext
parent231c7645ca761f0347c98fa48c68b3fde00fbc15 (diff)
downloadsystemd-ba669952b2b706833ce00d1d1eb26ddc4118b578.tar.gz
Typos found by codespell
Diffstat (limited to 'src/sysext')
-rw-r--r--src/sysext/sysext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c
index 509cb9bf31..b1f10e1eae 100644
--- a/src/sysext/sysext.c
+++ b/src/sysext/sysext.c
@@ -591,7 +591,7 @@ static int merge_subprocess(Hashmap *images, const char *workspace) {
continue;
}
- /* Noice! This one is an extension we want. */
+ /* Nice! This one is an extension we want. */
r = strv_extend(&extensions, img->name);
if (r < 0)
return log_oom();