summaryrefslogtreecommitdiff
path: root/remake.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 /remake.c
parent119c5dd2b3027f621dd399b85eea9b01842edbc3 (diff)
downloadmake-54ce9982f952a9c8f2a9a0935edaff51f962d339.tar.gz
[SV #39028] Fix some small typos in messages.
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 95c97cb9..f56a8569 100644
--- a/remake.c
+++ b/remake.c
@@ -827,7 +827,7 @@ update_file_1 (struct file *file, unsigned int depth)
DBF (DB_BASIC, _("Successfully remade target file '%s'.\n"));
break;
case 1:
- DBF (DB_BASIC, _("Target file '%s' needs remade under -q.\n"));
+ DBF (DB_BASIC, _("Target file '%s' needs to be remade under -q.\n"));
break;
default:
assert (file->update_status >= 0 && file->update_status <= 2);