Fix minor typos

This commit is contained in:
Yuri Chornoivan
2021-01-09 09:19:11 +02:00
parent 2cb38ad1ea
commit a82b9dc14e
7 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ public:
void setRoom(NeoChatRoom *room);
/// This function will look at the current QTextCursor and determine if there
/// is the posibility to autocomplete it.
/// is the possibility to autocomplete it.
Q_INVOKABLE QVariantMap getAutocompletionInfo();
Q_INVOKABLE void replaceAutoComplete(const QString &word);