JANITORIAL: Fix referece typo in zblit_public.h

This commit is contained in:
Hubert Maier 2024-05-14 09:15:49 +02:00 committed by Eugene Sandulenko
parent 9139412157
commit 39ad7cc41e

View File

@ -94,7 +94,7 @@ TinyGL::BlitImage *tglGenBlitImage();
/**
@brief Copies a surface data into the provided blit image.
@param pointer to the blit image.
@param referece to the surface that's being copied
@param reference to the surface that's being copied
@param color key value for alpha color keying
@param boolean that enables alpha color keying
*/