]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.cpp
Fix some apparent typos and misindentations.
[ginac.git] / ginac / power.cpp
index c3fe14a132e14f98b79a24f19ec9ad5d0ef95d71..1a4f57dbfe142741fc6117044f3c778673eb3389 100644 (file)
@@ -913,7 +913,7 @@ ex power::expand(unsigned options) const
 namespace {  // anonymous namespace for power::expand_add() helpers
 
 /** Helper class to generate all bounded combinatorial partitions of an integer
- *  n with exactly m parts (including zero parts) in non-decreaing order.
+ *  n with exactly m parts (including zero parts) in non-decreasing order.
  */
 class partition_generator {
 private: