diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-05-11 13:49:29 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-05-11 15:51:30 +0200 |
commit | ff9b60f38bf68eba4a47cabff14547d92e083214 (patch) | |
tree | bd60ad7e82597fdf9fa4e64f28ad1692ee43c242 /src/core/main.c | |
parent | 4dda4e637e4c17a14db6cd265f36f5e8a5050367 (diff) |
treewide: Correct typos and spell plural of bus consistent
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index af28ac6b24..09436774c9 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1384,7 +1384,7 @@ int main(int argc, char *argv[]) { r = initialize_join_controllers(); if (r < 0) { - error_message = "Failed to initalize cgroup controllers"; + error_message = "Failed to initialize cgroup controllers"; goto finish; } |