]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.cpp
Fix some apparent typos and misindentations.
[ginac.git] / ginac / expairseq.cpp
index fe03ce899999d25e8f79c33c6a77b61fd5765877..c7b3e9ed251318e6f52c8791840beb078b49fa4e 100644 (file)
@@ -1524,7 +1524,7 @@ bool expairseq::is_canonical() const
                return 1;
        
 #if EXPAIRSEQ_USE_HASHTAB
                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();
 #endif // EXPAIRSEQ_USE_HASHTAB
        
        epvector::const_iterator it = seq.begin(), itend = seq.end();