]> www.ginac.de Git - ginac.git/blobdiff - ginac/symmetry.h
Fix some apparent typos and misindentations.
[ginac.git] / ginac / symmetry.h
index 2f396395ed031dd370fba5b1c59a1001780a1af4..6839e7562d2948bed4879298a55d861773e41eda 100644 (file)
@@ -167,7 +167,7 @@ inline ex antisymmetrize(const ex & e, const exvector & v)
        return antisymmetrize(e, v.begin(), v.end());
 }
 
-/** Symmetrize expression by cyclic permuation over a set of objects
+/** Symmetrize expression by cyclic permutation over a set of objects
  *  (symbols, indices). */
 ex symmetrize_cyclic(const ex & e, exvector::const_iterator first, exvector::const_iterator last);