X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fcgroup.c;h=fd0d0100353b7bad7d86b979cbebd39aaf92ebd6;hb=0d34aec56cd175cb1ac3722e3d9da7c49cf52113;hp=bf8bbf5801609d1760af9580c515fde3e4f8d042;hpb=fbd37e10b6350cbdef903319618399a8b6f7f23e;p=elogind.git 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;