Changeset 1aebcf7 in git


Ignore:
Timestamp:
Jan 14, 2019, 11:23:39 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
5ffb9c20e7e3771ed2e8e2d931065cbd93311df6
Parents:
fe195a96faa82b9bf1eeef8e27cc0437e1e7959906264b9e1505170c9552cde9fa24ee354eedeb11
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-01-14 11:23:39+01:00
git-committer:
GitHub <noreply@github.com>2019-01-14 11:23:39+01:00
Message:
Merge pull request #905 from jgmbenoit/debian/4.1.1-p4+ds-1/lintian/spelling

correct spelling errors as detected by lintian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/linear_algebra/linearAlgebra.cc

    rfe195a9 r1aebcf7  
    969969/**
    970970 * Performs one transformation step on the given matrix H as part of
    971  * the gouverning QR double shift algorith.
     971 * the gouverning QR double shift algorithm.
    972972 * The method will change the given matrix H side-effect-wise. The resulting
    973973 * matrix H' will be in Hessenberg form.
  • libpolys/polys/matpol.cc

    rfe195a9 r1aebcf7  
    21602160    }
    21612161    default:
    2162       WerrorS("unknown algorith for det");
     2162      WerrorS("unknown algorithm for det");
    21632163  }
    21642164}
Note: See TracChangeset for help on using the changeset viewer.