]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/conf-files.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / basic / conf-files.c
index d010fbb2668f3de82c1019b6614e13d034c45d4c..7c85022f08ee859080254b4110ff5d0a0447359a 100644 (file)
@@ -99,7 +99,7 @@ static int files_add(
 
                 /* Does this node have the executable bit set? */
                 if (flags & CONF_FILES_EXECUTABLE)
-                        /* As requested: check if the file is marked exectuable. Note that we don't check access(X_OK)
+                        /* As requested: check if the file is marked executable. Note that we don't check access(X_OK)
                          * here, as we care about whether the file is marked executable at all, and not whether it is
                          * executable for us, because if so, such errors are stuff we should log about. */