]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Feb 2024 19:03:07 +0000 (04:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Feb 2024 19:03:09 +0000 (04:03 +0900)
Follow-up for 3456c89ac26872f4befa2bdf7c260529932e3909.

test/units/testsuite-74.socket.sh

index b9f0e828997fee4961e05188a882fea3c7a7527d..aa856e81bcb1d034673e025dac5959d0a56cf619 100755 (executable)
@@ -57,7 +57,7 @@ waitfor /tmp/foo.conn2
 socat - UNIX-CONNECT:/run/per-source-limit.sk > /tmp/foo.conn3 &
 J3="$!"
 
-# But this one should work, because done under a differen UID
+# But this one should work, because done under a different UID
 setpriv --reuid=1 socat - UNIX-CONNECT:/run/per-source-limit.sk > /tmp/foo.conn4 &
 J4="$!"