summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-26 14:06:25 -0400
committerPaul Smith <psmith@gnu.org>2013-05-26 14:06:25 -0400
commit2fc0f614becf8e7de4fbd5b87cbc812b407ad39a (patch)
tree5daab7d24f0add895f2a0a54313a18e34bf909ce /main.c
parentbf60bbd67a345c27fae513372dd05a8c019176f6 (diff)
downloadgunmake-2fc0f614becf8e7de4fbd5b87cbc812b407ad39a.tar.gz
[SV #39028] Fix some small typos in messages.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2b30260..16ed318 100644
--- a/main.c
+++ b/main.c
@@ -2793,7 +2793,7 @@ decode_switches (int argc, char **argv, int env)
if (i < 1 || cp[0] != '\0')
{
- error (NILF, _("the '-%c' option requires a positive integral argument"),
+ error (NILF, _("the '-%c' option requires a positive integer argument"),
cs->c);
bad = 1;
}