From 7bc28f4fb0709a25332a0fe6c9760ee3be8fc2b8 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 5 Mar 2013 10:47:57 +0100 Subject: [PATCH] Fix typos --- src/Gui/Control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/Control.h b/src/Gui/Control.h index 0c4931da0e..d64bb2ceb0 100644 --- a/src/Gui/Control.h +++ b/src/Gui/Control.h @@ -71,7 +71,7 @@ public: */ //@{ Gui::TaskView::TaskView* taskPanel() const; - /// reisin the model view + /// raising the model view void showModelView(); //@} @@ -81,7 +81,7 @@ public: public Q_SLOTS: void closeDialog(); - /// reises the task view pane + /// raises the task view panel void showTaskView(); private Q_SLOTS: