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