From 71f4f8426cd49834ec146ef002576deaf6272cc0 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 9 Aug 2010 20:17:17 +0400 Subject: [PATCH] preproc.c: Fix error message typo Signed-off-by: Cyrill Gorcunov --- preproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preproc.c b/preproc.c index 64c481ad..4aff7043 100644 --- a/preproc.c +++ b/preproc.c @@ -2900,7 +2900,7 @@ issue_error: } count = reloc_value(evalresult); if (count >= REP_LIMIT) { - error(ERR_NONFATAL, "`%%rep' evalue exceeds limit"); + error(ERR_NONFATAL, "`%%rep' value exceeds limit"); count = 0; } else count++; -- 2.11.4.GIT