David Rose 23 years ago
parent
commit
4d8e0d4f61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ppremake/ppScope.cxx

+ 1 - 1
ppremake/ppScope.cxx

@@ -2031,7 +2031,7 @@ expand_patsubst(const string &params, bool separate_words) {
   }
   }
 
 
   if ((tokens.size() % 2) != 1) {
   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();
     return string();
   }
   }