]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udevadm: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:54:08 +0000 (05:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:54:11 +0000 (05:54 +0900)
Follow-up for 0e789e6d48046d43c50dd949a71ac56f1127bb96.

src/udev/udevadm-trigger.c

index e0f487de07328a249267923fda6ff59e3f096f62..13413a1f723a2bdf1f029f36fdd7402825298634 100644 (file)
@@ -87,7 +87,7 @@ static int exec_list(
                          * EROFS is returned when /sys is read only. In that case, all subsequent
                          * writes will also fail, hence return immediately.
                          *
-                         * EACCES or EPERM may be returned when this is invoked by non-priviledged user.
+                         * EACCES or EPERM may be returned when this is invoked by non-privileged user.
                          * We do NOT return immediately, but continue operation and propagate the error.
                          * Why? Some device can be owned by a user, e.g., network devices configured in
                          * a network namespace. See, https://github.com/systemd/systemd/pull/18559 and