X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmain.c;h=e2e1399564afc8c0c01769a82644c33399dfcdd8;hb=76c37ab6d205c95e8f43ffbc19553b936330195a;hp=87d54caac3b01a333d779b3b86e4ec26f98fdc05;hpb=d7b8eec7dc7fe307d3a08b32cf1a9ad4276ce6d5;p=elogind.git diff --git a/src/core/main.c b/src/core/main.c index 87d54caac..e2e139956 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1104,7 +1104,7 @@ static void test_usr(void) { if (dir_is_empty("/usr") <= 0) return; - log_warning("/usr appears to be on its own filesytem and is not already mounted. This is not a supported setup. " + log_warning("/usr appears to be on its own filesystem and is not already mounted. This is not a supported setup. " "Some things will probably break (sometimes even silently) in mysterious ways. " "Consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information."); } @@ -1112,7 +1112,7 @@ static void test_usr(void) { static int initialize_join_controllers(void) { /* By default, mount "cpu" + "cpuacct" together, and "net_cls" * + "net_prio". We'd like to add "cpuset" to the mix, but - * "cpuset" does't really work for groups with no initialized + * "cpuset" doesn't really work for groups with no initialized * attributes. */ arg_join_controllers = new(char**, 3);