From e89604efebc8f3ad020f5a77bc049ce2010a3052 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 17 Oct 2016 15:01:03 +0200 Subject: [PATCH] Fix a couple of typos --- compctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compctl.c b/compctl.c index 6d65932..4a02445 100644 --- a/compctl.c +++ b/compctl.c @@ -139,7 +139,7 @@ void kill_task(pid_t pid) { 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); } @@ -238,7 +238,7 @@ main(int argc, char *argv[]) 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("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; } -- GitLab