spelling: initial

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:51:28 -05:00
parent 9ab4efb8b8
commit 42ff2a4a3e
5 changed files with 8 additions and 8 deletions

View file

@ -606,7 +606,7 @@ void test_rocky_api_graphics__fill_text_aligned(void) {
void test_rocky_api_graphics__text_align(void) {
prv_global_init_and_set_ctx();
// intial value
// initial value
cl_assert_equal_i(GTextAlignmentLeft, s_rocky_text_state.alignment);
s_rocky_text_state.alignment = (GTextAlignment)-1;