Fix minor typos

This commit is contained in:
Yuri Chornoivan
2021-02-08 14:53:32 +02:00
parent bd4dfb037a
commit 4c7be7426e
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class ActionsHandler : public QObject
{
Q_OBJECT
/// \brief List of command definition. Useful for building an autcompletion
/// \brief List of command definition. Useful for building an autocompletion
/// engine or an help dialog.
Q_PROPERTY(QVariantList commands READ commands CONSTANT)