Changeset 166e733 in git


Ignore:
Timestamp:
Sep 29, 2016, 12:35:41 PM (8 years ago)
Author:
jgmbenoit <quatermaster@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
d3aa59b254f2836dd945a423142440aafad21d61
Parents:
1cca2257b0e482d23bff22027d4e66c3c8f4c508
Message:
correct spelling errors as detected by Lintian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    r1cca22 r166e733  
    206206    {
    207207      #ifndef NOSTREAMIO
    208       cout<<"convertFacCF2NTLGF2X: coefficient not immidiate! : " << f << "\n";
     208      cout<<"convertFacCF2NTLGF2X: coefficient not immediate! : " << f << "\n";
    209209      #else
    210210      //NTL_SNS
    211       printf("convertFacCF2NTLGF2X: coefficient not immidiate!");
     211      printf("convertFacCF2NTLGF2X: coefficient not immediate!");
    212212      #endif
    213213      NTL_SNS exit(1);
  • libpolys/coeffs/longrat.cc

    r1cca22 r166e733  
    579579     return 0; /* rational 0*/
    580580  if (SR_HDL(a) & SR_INT)
    581      return 1; /* immidiate int */
     581     return 1; /* immediate int */
    582582  int s=a->z[0]._mp_alloc;
    583583//  while ((s>0) &&(a->z._mp_d[s]==0L)) s--;
  • libpolys/coeffs/longrat.h

    r1cca22 r166e733  
    106106
    107107  if (SR_HDL(q) & SR_INT)
    108     return TRUE; // immidiate int
     108    return TRUE; // immediate int
    109109
    110110  return ( q->s == 3 );
Note: See TracChangeset for help on using the changeset viewer.