summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2016-07-12 12:52:11 +0200
committerSven Eden <yamakuzure@gmx.net>2017-06-16 10:13:01 +0200
commit0d34aec56cd175cb1ac3722e3d9da7c49cf52113 (patch)
treefd5f2cae56b6313783d2fbc6f5b466455395cf72 /src/core/cgroup.c
parent7a6781d5aa01c5609232f60bbda7ba9a5bd1f74c (diff)
Various fixes for typos found by lintian (#3705)
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index bf8bbf580..fd0d01003 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -1081,7 +1081,7 @@ int unit_watch_cgroup(Unit *u) {
/* Only applies to the unified hierarchy */
r = cg_unified();
if (r < 0)
- return log_unit_error_errno(u, r, "Failed detect wether the unified hierarchy is used: %m");
+ return log_unit_error_errno(u, r, "Failed detect whether the unified hierarchy is used: %m");
if (r == 0)
return 0;