Data: fix various typos

Found via `codespell -q 3 -S "./Externals,./Data/Sys/wiitdb-??.txt,*.po,*.pot" -L andf,asnd,bootup,brocken,bufferin,clen,collet,datas,delt,diety,extint,fpr,inout,inport,interm,nd,nin,ontop,pixelx,re-use,re-used,sav,stateman,strat,transer,wil`
This commit is contained in:
Luz Paz
2025-03-10 08:34:04 -04:00
parent 1cc6b6c5d8
commit cf1541a511
14 changed files with 17 additions and 17 deletions

View File

@ -40,7 +40,7 @@ void main()
/*****inline square root routines*****/
// bit of a performance bottleneck.
// neccessary to make the darkened area rounded
// necessary to make the darkened area rounded
// instead of rhombus-shaped.
float sqrt = x / 10.0;