From f1721625e7145977ba705e169580f2eb0002600c Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Sun, 18 May 2014 15:43:18 +0200 Subject: fix spelling of privilege --- src/systemctl/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systemctl') diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 6e98c05152..a99759f2dd 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -5923,7 +5923,7 @@ static int systemctl_parse_argv(int argc, char *argv[]) { case 'r': if (geteuid() != 0) { - log_error("--recursive requires root priviliges."); + log_error("--recursive requires root privileges."); return -EPERM; } -- cgit v1.2.3-54-g00ecf