spelling: function

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:44:10 -05:00
parent 3c336ea7f5
commit 11d05ba281
5 changed files with 11 additions and 11 deletions

View file

@ -57,7 +57,7 @@
//! Any setter needs to have to following function signature: `void setter(void *subject,
//! __type__ value);`
//! See \ref Int16Getter, \ref Int16Setter, \ref GPointGetter, \ref GPointSetter,
//! \ref GRectGetter, \ref GRectSetter for the typedefs that accompany the update fuctions.
//! \ref GRectGetter, \ref GRectSetter for the typedefs that accompany the update functions.
//!
//! \code{.c}
//! static const PropertyAnimationImplementation my_implementation = {