From ba871d22636725e066a576286dfba367560a253b Mon Sep 17 00:00:00 2001
From: Mirko Waechter <mirko.waechter@kit.edu>
Date: Wed, 11 May 2016 15:10:05 +0200
Subject: [PATCH] doc typos

---
 .../DebugDrawerViewer/DebugDrawerViewerWidgetController.h   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h b/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h
index a3ce4c6d8..2aae71f06 100644
--- a/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h
+++ b/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h
@@ -36,11 +36,11 @@ namespace armarx
 {
     /**
     \page ArmarXGui-GuiPlugins-DebugDrawerViewer DebugDrawerViewer
-    \brief The DebugDrawerViewer listens on the DebugDrawer topic and visualizes all the data coming in.
-    This GUI only display the DebugDrawer content and nothing else.
+    \brief The DebugDrawerViewer listens on the DebugDrawer topic and visualizes all incoming data.
+    This GUI only displays the DebugDrawer content and nothing else.
     The content is shown in the 3D Viewer Widget.
 
-    API Documentation \ref DebugDrawerViewerWidgetController
+    API Documentation: \ref DebugDrawerViewerWidgetController
 
     \see DebugDrawerViewerGuiPlugin
     */
-- 
GitLab