X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpairseq.cpp;h=c7b3e9ed251318e6f52c8791840beb078b49fa4e;hp=fe03ce899999d25e8f79c33c6a77b61fd5765877;hb=cd0f12f5ce6023812f76d0f6eb40ee83078c2775;hpb=163bdedf89a1796d181bbed44cd18600760e3504 diff --git a/ginac/expairseq.cpp b/ginac/expairseq.cpp index fe03ce89..c7b3e9ed 100644 --- a/ginac/expairseq.cpp +++ b/ginac/expairseq.cpp @@ -1524,7 +1524,7 @@ bool expairseq::is_canonical() const return 1; #if EXPAIRSEQ_USE_HASHTAB - if (hashtabsize > 0) return 1; // not canoncalized + if (hashtabsize > 0) return 1; // not canonicalized #endif // EXPAIRSEQ_USE_HASHTAB epvector::const_iterator it = seq.begin(), itend = seq.end();