From 4d8e0d4f61559623fcdfbad57a522671cf73af97 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 4 Jun 2002 00:32:16 +0000 Subject: [PATCH] typo --- ppremake/ppScope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppremake/ppScope.cxx b/ppremake/ppScope.cxx index e30ed6e86f..f087429bf9 100644 --- a/ppremake/ppScope.cxx +++ b/ppremake/ppScope.cxx @@ -2031,7 +2031,7 @@ expand_patsubst(const string ¶ms, bool separate_words) { } if ((tokens.size() % 2) != 1) { - cerr << "subst requires an odd number of parameters.\n"; + cerr << "patsubst requires an odd number of parameters.\n"; return string(); }