mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
typo
This commit is contained in:
parent
339eedf8db
commit
4d8e0d4f61
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user