From e33d04a6f11b8efb9ffaed5a721d8c7b862f165a Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@student.kit.edu> Date: Wed, 19 Jun 2019 12:59:35 +0200 Subject: [PATCH] Fix typo --- source/RobotAPI/libraries/core/visualization/DebugDrawerTopic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/RobotAPI/libraries/core/visualization/DebugDrawerTopic.h b/source/RobotAPI/libraries/core/visualization/DebugDrawerTopic.h index ac8a09571..d710a516f 100644 --- a/source/RobotAPI/libraries/core/visualization/DebugDrawerTopic.h +++ b/source/RobotAPI/libraries/core/visualization/DebugDrawerTopic.h @@ -127,7 +127,7 @@ namespace armarx * * * After the VisuID, usually the essential geometric parameters follow, - * (e.g. position, size, lenght, point list, ...), depending on the type + * (e.g. position, size, length, point list, ...), depending on the type * of visualization. * Finally, decorative parameters like colors and width can be passed. * Most of the time, they have sensible default values and can be omitted -- GitLab