Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
compctl-kam
Commits
e89604ef
Commit
e89604ef
authored
Oct 17, 2016
by
Martin Mareš
Browse files
Fix a couple of typos
parent
6376a40e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compctl.c
View file @
e89604ef
...
...
@@ -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
(
"Ple
a
se contact "
ADMINCONTACT
" if you believe this is an error.
\n
"
,
stderr
);
return
EXIT_FAILURE
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment