summaryrefslogtreecommitdiff
path: root/src/test/test-process-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-01-08 12:12:16 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-01-08 14:50:30 +0000
commit6a6078a585f398f70d00598290c5109fb4b0837a (patch)
tree2ff07c13f8540f35349d13da8c948fdc37204338 /src/test/test-process-util.c
parent0aa9bffe1024d0d497f34b1f82de26416ba752ab (diff)
downloadsystemd-6a6078a585f398f70d00598290c5109fb4b0837a.tar.gz
test: minor typo fix
As pointed out on: https://github.com/systemd/systemd/pull/14465#discussion_r364152064
Diffstat (limited to 'src/test/test-process-util.c')
-rw-r--r--src/test/test-process-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-process-util.c b/src/test/test-process-util.c
index 7b6a38b824..4a3f211658 100644
--- a/src/test/test-process-util.c
+++ b/src/test/test-process-util.c
@@ -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;