Fix typos with codespell

This commit is contained in:
Rémi Verschelde
2022-12-15 12:27:58 +01:00
parent 6b20c50429
commit c4a9b42297
7 changed files with 8 additions and 8 deletions

View File

@ -122,7 +122,7 @@ public:
/*
struct SceneDataUBO {
//this is a std140 compatible struct. Please read the OpenGL 3.3 Specificaiton spec before doing any changes
//this is a std140 compatible struct. Please read the OpenGL 3.3 Specification spec before doing any changes
float projection_matrix[16];
float inv_projection_matrix[16];
float camera_inverse_matrix[16];