From 4f5fbed9783fce29c876b8fcc0f719bb03295789 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:14:39 -0500 Subject: [PATCH] spelling: window Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/progress_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/progress_window.h b/src/fw/applib/ui/progress_window.h index d41fb6ae..6356e269 100644 --- a/src/fw/applib/ui/progress_window.h +++ b/src/fw/applib/ui/progress_window.h @@ -107,7 +107,7 @@ void progress_window_set_max_fake_progress(ProgressWindow *window, //! Update the progress to a given percentage. This will stop any further fake progress being shown //! the first time this is called. Note that setting progress to 100 is not the same as calling -//! one of the progress_windw_set_result_* methods. +//! one of the progress_window_set_result_* methods. void progress_window_set_progress(ProgressWindow *window, int16_t progress); //! Tell the ProgressWindow it should animate in a way to show success. When the animation is