From 832bf7c0b0477a25090309000ddec61b638e3b9e Mon Sep 17 00:00:00 2001 From: Peter Kaiser <peter.kaiser@kit.edu> Date: Sun, 10 Jul 2016 15:51:04 +0200 Subject: [PATCH] SharedRobotServants: Fixed doc typo --- source/RobotAPI/components/RobotState/SharedRobotServants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/RobotAPI/components/RobotState/SharedRobotServants.h b/source/RobotAPI/components/RobotState/SharedRobotServants.h index 4e5cab201..ffb43145a 100644 --- a/source/RobotAPI/components/RobotState/SharedRobotServants.h +++ b/source/RobotAPI/components/RobotState/SharedRobotServants.h @@ -64,7 +64,7 @@ namespace armarx }; /** - * @brief The SharedRobotNodeServant class is a remote represenation of a Simox VirtualRobot::Robot + * @brief The SharedRobotNodeServant class is a remote representation of a Simox VirtualRobot::Robot * @ingroup Component-RobotStateComponent * @details This class is used only internally by the the RobotStateComponent. Other classes such as the LinkedPose, RemoteRobot, * TCPControlUnit and HeadIKUnit classes address this class by the SharedRobotNodeInterface and SharedRobotNodeInterfacePrx generated by -- GitLab