]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: minor typo fix
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Jan 2020 11:12:16 +0000 (12:12 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 8 Jan 2020 14:50:30 +0000 (14:50 +0000)
As pointed out on: https://github.com/systemd/systemd/pull/14465#discussion_r364152064

src/test/test-process-util.c

index 7b6a38b8243f78703311ab6a7de1d5fb4b9d2b47..4a3f2116588c71049f5cb2d80b7ded2dcebbbb89 100644 (file)
@@ -617,7 +617,7 @@ static void test_setpriority_closest(void) {
 
                 /* rlimit of 30 equals nice level of -10 */
                 if (setrlimit(RLIMIT_NICE, &RLIMIT_MAKE_CONST(30)) < 0) {
-                        /* If this fails we are probably unprivielged or in a userns of some kind, let's skip
+                        /* If this fails we are probably unprivileged or in a userns of some kind, let's skip
                          * the full test */
                         assert_se(ERRNO_IS_PRIVILEGE(errno));
                         full_test = false;