Changeset 0277c5 in git


Ignore:
Timestamp:
Feb 24, 2018, 2:40:56 PM (5 years ago)
Author:
jgmbenoit <quatermaster@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
dcad761c74bebd1cbf5ed8792903099c3880a256
Parents:
7e29aa84ca7b2e72409199f52b5db6f5cd436b1d
git-author:
jgmbenoit <quatermaster@rezozer.net>2018-02-24 17:40:56+04:00
git-committer:
jgmbenoit <quatermaster@rezozer.net>2018-02-24 17:41:10+04:00
Message:
correct spelling errors as detected by lintian

Description: source typo
 Correct spelling errors as reported by lintian in the binary library; meant
 to silence lintian and eventually to be submitted to the upstream maintainer.
Origin: vendor, Debian
Comment: spelling-error-in-binary
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2018-02-24
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/arr.lib

    r7e29aa r0277c5  
    13401340            after a tranformation x -> Tx + c we have the arrangement has the matrix representation
    13411341            [AT^-1|b+AT^-1c] such that [AT^-1]_v = I and [b+AT^-1c]_v = 0;
    1342 NOTE:       algorith performs a base change if H_k is homogenous (i.e. has no)
     1342NOTE:       algorithm performs a base change if H_k is homogenous (i.e. has no)
    13431343            constant term and an affine transformation otherwise
    13441344            Ax+b = 0, Transformation x = Ty+c: AT^-1y + AT^-1c + b = 0
  • kernel/ideals.cc

    r7e29aa r0277c5  
    540540  {
    541541    tempstd=idInit(1,1);
    542     Werror("wrong algorith %d for SB",(int)alg);
     542    Werror("wrong algorithm %d for SB",(int)alg);
    543543  }
    544544
     
    715715  {
    716716    h3=idInit(1,1);
    717     Werror("wrong algorith %d for SB",(int)alg);
     717    Werror("wrong algorithm %d for SB",(int)alg);
    718718  }
    719719
Note: See TracChangeset for help on using the changeset viewer.