From: Yu Watanabe Date: Fri, 2 Aug 2024 20:54:08 +0000 (+0900) Subject: udevadm: fix typo X-Git-Tag: v257-rc1~758 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6df0db7d635457b2b457b7e1398d87202a8f0e;p=thirdparty%2Fsystemd.git udevadm: fix typo Follow-up for 0e789e6d48046d43c50dd949a71ac56f1127bb96. --- diff --git a/src/udev/udevadm-trigger.c b/src/udev/udevadm-trigger.c index e0f487de073..13413a1f723 100644 --- a/src/udev/udevadm-trigger.c +++ b/src/udev/udevadm-trigger.c @@ -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