Fix typos (#429)

* Fix typos reported by "typos" crate

https://github.com/crate-ci/typos

* Ignore typo datas -> data

See https://github.com/crate-ci/typos?tab=readme-ov-file#false-positives
for more configureability.

---------

Co-authored-by: Carl Hjerpe <git@hjerpe.xyz>
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
This commit is contained in:
Ujp8LfXBJ6wCPR
2024-06-09 10:50:22 +00:00
committed by GitHub
parent f203c8729a
commit af6d84a7f8
8 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ vec4 resize_color(vec3 coords_curr_geo, vec3 size_curr_geo) {
//
// The shader runs over an area of unspecified size and location, so you must
// expect and handle coordinates outside the [0, 1] range. The area will be
// large enough to accomodate a crossfade effect.
// large enough to accommodate a crossfade effect.
//
// * size_curr_geo: size of the current window geometry in logical pixels.
//