Fix various typos with codespell

Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint`
This commit is contained in:
luz paz 2021-07-07 11:17:32 -04:00 committed by Rémi Verschelde
parent 6b11d8cc73
commit 3564c16cb8
No known key found for this signature in database
GPG key ID: C3336907360768E1
61 changed files with 94 additions and 94 deletions

View file

@ -41,7 +41,7 @@ struct BlitToScreen;
/**
@author Bastiaan Olij <mux213@gmail.com>
The XR interface is a template class ontop of which we build interface to different AR, VR and tracking SDKs.
The XR interface is a template class on top of which we build interface to different AR, VR and tracking SDKs.
The idea is that we subclass this class, implement the logic, and then instantiate a singleton of each interface
when Godot starts. These instances do not initialize themselves but register themselves with the AR/VR server.