From a60f35a026540cedb6bc99a8c7c4da9a6daecfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Mar 2013 18:26:01 +0100 Subject: [PATCH] Fixed a few typos in docs (ahem). --- src/DebugTools/Profiler.h | 2 +- src/SceneGraph/FeatureGroup.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DebugTools/Profiler.h b/src/DebugTools/Profiler.h index 1477d65d9..f3a4745b0 100644 --- a/src/DebugTools/Profiler.h +++ b/src/DebugTools/Profiler.h @@ -63,7 +63,7 @@ p.enable(); void MyApplication::drawEvent() { p.start(); - // ... misc stuff belogning to "Other" section + // ... misc stuff belonging to "Other" section p.start(sections.ai); diff --git a/src/SceneGraph/FeatureGroup.h b/src/SceneGraph/FeatureGroup.h index 36da1d463..bbf622566 100644 --- a/src/SceneGraph/FeatureGroup.h +++ b/src/SceneGraph/FeatureGroup.h @@ -56,7 +56,7 @@ class FeatureGroup { /** * @brief Destructor * - * Removes all features belogning to this group, but not deletes them. + * Removes all features belonging to this group, but not deletes them. */ inline virtual ~FeatureGroup() { for(auto i: features) i->_group = nullptr;