From 329160068e5edfdc6f270cea6e7954c482be090b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:08:18 -0500 Subject: [PATCH] spelling: optional Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gdraw_command_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/gdraw_command_list.h b/src/fw/applib/graphics/gdraw_command_list.h index da736f0a..dce92738 100644 --- a/src/fw/applib/graphics/gdraw_command_list.h +++ b/src/fw/applib/graphics/gdraw_command_list.h @@ -123,7 +123,7 @@ size_t gdraw_command_list_get_data_size(GDrawCommandList *command_list); //! The order is guaranteed to be the definition order of the points //! @param command_list \ref GDrawCommandList from which to collect points //! @param is_precise true to convert to GPointPrecise, otherwise points are converted to GPoint -//! @param num_points_out Optinal pointer to uint16_t to receive the num points +//! @param num_points_out Optional pointer to uint16_t to receive the num points GPoint *gdraw_command_list_collect_points(GDrawCommandList *command_list, bool is_precise, uint16_t *num_points_out);