Skip to content
Snippets Groups Projects
Commit e89604ef authored by Martin Mareš's avatar Martin Mareš
Browse files

Fix a couple of typos

parent 6376a40e
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ void ...@@ -139,7 +139,7 @@ void
kill_task(pid_t pid) kill_task(pid_t pid)
{ {
if (unlimited) { if (unlimited) {
fputs("Killing computations not possible when computations are not limited..\n", stderr); fputs("Killing computations not possible when computations are not limited.\n", stderr);
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
...@@ -238,7 +238,7 @@ main(int argc, char *argv[]) ...@@ -238,7 +238,7 @@ main(int argc, char *argv[])
fputs("CGroup-based computation control is not available on this host.\n", stderr); fputs("CGroup-based computation control is not available on this host.\n", stderr);
fputs("Most likely, this computer is not meant for computations,\n", stderr); fputs("Most likely, this computer is not meant for computations,\n", stderr);
fputs("please consider switching to a different host.\n", stderr); fputs("please consider switching to a different host.\n", stderr);
fputs("Plese contact " ADMINCONTACT " if you believe this is an error.\n", stderr); fputs("Please contact " ADMINCONTACT " if you believe this is an error.\n", stderr);
return EXIT_FAILURE; return EXIT_FAILURE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment