Skip to content
  • luzpaz's avatar
    Fix trivial typos in text · 9a1d5901
    luzpaz authored and Brad King's avatar Brad King committed
    Found using
    
        codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt`
    
    in CMake whereby the whitelist contained:
    
        ans
        dum
        helpfull
        emmited
        emmitted
        buil
        iff
        isnt
        nto
        ot
        pathes
        substract
        te
        todays
        upto
        whitespaces
    9a1d5901