mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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) {
|
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user