Noticed-by: Sverre Rabbelier <srabbelier@xxxxxxxxx> Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- To be squashed with patch 3 in the next round. Thanks, Sverre. fast-import.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fast-import.c b/fast-import.c index b7fa9ae..099f63e 100644 --- a/fast-import.c +++ b/fast-import.c @@ -2761,7 +2761,7 @@ static void parse_cat_request(void) /* cat SP <object> */ p = command_buf.buf + strlen("cat "); if (report_fd < 0) - die("The cat command features the report-fd feature."); + die("The cat command requires the report-fd feature."); if (*p == ':') { char *x; oe = find_mark(strtoumax(p + 1, &x, 10)); -- 1.7.3.rc0.6.g7505a.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html