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(); }