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;