Fix typos

Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
tinyboxvk 2025-01-08 23:35:23 -04:00 committed by Johan Malm
parent 4ecedcdb3b
commit 1a6dd845a2
23 changed files with 33 additions and 33 deletions

View file

@ -1234,7 +1234,7 @@ shadow_edge_gradient(struct lab_data_buffer *buffer,
*/
double xn = (double)(x + inset) / (double)total_size;
/* Gausian dropoff */
/* Gaussian dropoff */
double alpha = exp(-(xn * xn) / variance);
/* RGBA values are all pre-multiplied */