diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h
index a20d2aa..a20f441 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h
@@ -65,7 +65,7 @@ public:
const std::shared_ptr<const Element>& candidate) const override;
virtual QString getDescription() const
- { return "Determines the overlap between two features focusing on the building with more overlap"; }
+ { return "Determines the overlap between two features focusing on the feature with more overlap"; }
/**
* @see Configurable