From 2fc0f614becf8e7de4fbd5b87cbc812b407ad39a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 26 May 2013 14:06:25 -0400 Subject: [SV #39028] Fix some small typos in messages. --- read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'read.c') diff --git a/read.c b/read.c index 87cd554..36d3a8f 100644 --- a/read.c +++ b/read.c @@ -1566,7 +1566,7 @@ conditional_line (char *line, int len, const gmk_floc *flocp) /* Found one: skip past it and any whitespace after it. */ line = next_token (line + len); -#define EXTRANEOUS() error (flocp, _("Extraneous text after '%s' directive"), cmdname) +#define EXTRANEOUS() error (flocp, _("extraneous text after '%s' directive"), cmdname) /* An 'endif' cannot contain extra text, and reduces the if-depth by 1 */ if (cmdtype == c_endif) @@ -2082,7 +2082,7 @@ record_files (struct nameseq *filenames, const char *pattern, more than once. Just give a warning since this is harmless. */ if (cmds != 0 && cmds == f->cmds) error (flocp, - _("target '%s' given more than once in the same rule."), + _("target '%s' given more than once in the same rule"), f->name); /* Check for two single-colon entries both with commands. -- cgit v1.2.3