From 6535afb77af7f4ec1ca5cce90df309e9ab43221a Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Sat, 7 Dec 2024 23:04:12 +0900 Subject: [PATCH] =?UTF-8?q?cspell=E3=81=AE=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../include/crane_game_analyzer/kick_event_detector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crane_game_analyzer/include/crane_game_analyzer/kick_event_detector.hpp b/crane_game_analyzer/include/crane_game_analyzer/kick_event_detector.hpp index 451ff6cc..c61ab2c7 100644 --- a/crane_game_analyzer/include/crane_game_analyzer/kick_event_detector.hpp +++ b/crane_game_analyzer/include/crane_game_analyzer/kick_event_detector.hpp @@ -107,7 +107,7 @@ class KickEventDetector } } - bool hasInterruptedOnGoningKick(const WorldModelWrapper::UniquePtr & world_model) const + bool hasInterruptedOnGoingKick(const WorldModelWrapper::UniquePtr & world_model) const { // 進行中のKickが中断されたらtrueを返す if (not ongoing_kick_origin.has_value()) {