From 9ccc64c5882ba3751a8ae7ebcc7c446f8b40d4b8 Mon Sep 17 00:00:00 2001 From: Brambor Date: Wed, 24 Apr 2024 09:43:27 +0200 Subject: [PATCH] fix game.h typo --- src/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.h b/src/game.h index dba3999e6476e..79f8a6fa93024 100644 --- a/src/game.h +++ b/src/game.h @@ -236,7 +236,7 @@ class game }; /* Add callback that would be called in `game::draw`. This can be used to * implement map overlays in game menus. If parameters of the callback changes - * during its lifetime, `invaliate_main_ui_adaptor` has to be called for + * during its lifetime, `invalidate_main_ui_adaptor` has to be called for * the changes to take effect immediately on the next call to `ui_manager::redraw`. * Otherwise the callback may not take effect until the main ui is invalidated * due to resizing or other menus closing. The callback is disabled once all