]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/user-util.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / basic / user-util.c
index a479590e479073befe857722ba337853c9ba8911..2090675b0d34a9c7ca6393c5d8cf55434fc085e6 100644 (file)
@@ -55,7 +55,7 @@ int parse_uid(const char *s, uid_t *ret) {
 
         if (!uid_is_valid(uid))
                 return -ENXIO; /* we return ENXIO instead of EINVAL
-                                * here, to make it easy to distuingish
+                                * here, to make it easy to distinguish
                                 * invalid numeric uids from invalid
                                 * strings. */