From 3df3ab0af4084126f73fdc598608b0c7e1548413 Mon Sep 17 00:00:00 2001 From: Mirko Waechter <mirko.waechter@kit.edu> Date: Sun, 27 Aug 2017 18:57:37 +0200 Subject: [PATCH] typo --- .../gui-plugins/StatechartViewerPlugin/IceStateConverter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ArmarXGui/gui-plugins/StatechartViewerPlugin/IceStateConverter.h b/source/ArmarXGui/gui-plugins/StatechartViewerPlugin/IceStateConverter.h index 731e8d4a..dfa31c68 100644 --- a/source/ArmarXGui/gui-plugins/StatechartViewerPlugin/IceStateConverter.h +++ b/source/ArmarXGui/gui-plugins/StatechartViewerPlugin/IceStateConverter.h @@ -45,7 +45,7 @@ namespace armarx ~IceStateConverter(); /** - * @brief convert Converts the given ice model into a statechartmodel. This is then accesible via + * @brief Converts the given ice model into a statechartmodel. This is then accesible via * getTopState(). * @param iceBase The StateIceBase that is the top state of the ice model that shall be converted */ -- GitLab