Changeset c858487 in git for kernel/oswrapper/test.cc


Ignore:
Timestamp:
Nov 14, 2022, 11:15:59 AM (17 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6cf934536bdf5e13d6b4393257098584b66634f1
Parents:
4a4df3a51856131bd5ba1a1a2a154aac107f2a74
Message:
fix many typos in kernel/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/oswrapper/test.cc

    r4a4df3a rc858487  
    314314  poly p1=pISet(1);
    315315
    316   // create tthe polynomial 2*x^3*z^2
     316  // create the polynomial 2*x^3*z^2
    317317  poly p2=p_ISet(2,R);
    318318  pSetExp(p2,1,3);
Note: See TracChangeset for help on using the changeset viewer.