spelling: subclasses

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:33 -04:00
parent c677f06946
commit c654415e74
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public:
//! Get tooltip
/*!
Returns the tool tip to display in the task bar. The interface
to set the tooltip is left to sublclasses. Getting and setting
to set the tooltip is left to subclasses. Getting and setting
the icon must be thread safe.
*/
virtual std::string getToolTip() const = 0;