X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fwildcard.cpp;h=528df593f0bbb5528499a28715fc4f669b053aa9;hp=0d782622975ff773c63d5cb1af7875b9cc291c73;hb=0086f1a95402fafa6333b987e3d38c72e5f402bc;hpb=b9cd4b49ffbfbf3e1c36a2b594ec3148a5baca64 diff --git a/ginac/wildcard.cpp b/ginac/wildcard.cpp index 0d782622..528df593 100644 --- a/ginac/wildcard.cpp +++ b/ginac/wildcard.cpp @@ -116,7 +116,7 @@ unsigned wildcard::calchash(void) const bool wildcard::match(const ex & pattern, lst & repl_lst) const { // Wildcards must match exactly (this is required for subs() to work - // properly because in the final step it substitues all wildcards by + // properly because in the final step it substitutes all wildcards by // their matching expressions) return is_equal(*pattern.bp); }