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
commit54ce9982f952a9c8f2a9a0935edaff51f962d339 (patch)
tree5daab7d24f0add895f2a0a54313a18e34bf909ce /main.c
parent119c5dd2b3027f621dd399b85eea9b01842edbc3 (diff)
downloadmake-54ce9982f952a9c8f2a9a0935edaff51f962d339.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 2b302607..16ed3180 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;
}