Fix typos

Found via `codespell -q 3 -S ./deps -L fo,numer,te,uint,wille`
This commit is contained in:
luz.paz
2019-08-12 06:52:31 -04:00
committed by linkmauve
parent 7f02898264
commit 7105ff2dfd
8 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
//
// The program uses a "split window" view, rendering four views of the
// same scene in one window (e.g. uesful for 3D modelling software). This
// demo uses scissors to separete the four different rendering areas from
// demo uses scissors to separate the four different rendering areas from
// each other.
//
// (If the code seems a little bit strange here and there, it may be