mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
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:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user