summaryrefslogtreecommitdiff
path: root/skill.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2014-03-03 21:58:56 +1100
committerCraig Small <csmall@enc.com.au>2014-03-03 21:58:56 +1100
commit2ec9f5c22e3eeaf4da514e0e6ec9374cfdbb9a99 (patch)
tree623bda592ff8abddd44347847250b7ceda4825d7 /skill.c
parent3569c0351fae7797e8d62feae7229d2d6d2aa0a1 (diff)
downloadprocps-ng-2ec9f5c22e3eeaf4da514e0e6ec9374cfdbb9a99.tar.gz
Minor i18n fixes
Minor fixes that the translator (Yuri) has found in some of the strings. You only know how many typos and thinkos you have when someone is trying to translate it. Signed-off-by: Craig Small <csmall@enc.com.au>
Diffstat (limited to 'skill.c')
-rw-r--r--skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skill.c b/skill.c
index 9f3b4fc..2b1ce2f 100644
--- a/skill.c
+++ b/skill.c
@@ -751,7 +751,7 @@ int main(int argc, char ** argv)
kill_main(argc, argv);
break;
default:
- fprintf(stderr, _("skill: \"%s\" is not support\n"),
+ fprintf(stderr, _("skill: \"%s\" is not supported\n"),
program_invocation_short_name);
fprintf(stderr, USAGE_MAN_TAIL("skill(1)"));
return EXIT_FAILURE;