This commit is contained in:
David Rose 2002-06-04 00:32:16 +00:00
parent 339eedf8db
commit 4d8e0d4f61

View File

@ -2031,7 +2031,7 @@ expand_patsubst(const string &params, 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();
}