Fix various typos in source documentation and comments (cont.)

Found via `codespell`
This commit is contained in:
luz paz
2022-12-04 16:54:51 -05:00
committed by Laurent Trinques
parent 1994235bc5
commit 2032ba76ed
35 changed files with 55 additions and 55 deletions

View File

@@ -235,7 +235,7 @@ QString SingleApplication::currentUser() const
* Sends message to the Primary Instance.
* @param message The message to send.
* @param timeout the maximum timeout in milliseconds for blocking functions.
* @return true if the message was sent successfuly, false otherwise.
* @return true if the message was sent successfully, false otherwise.
*/
bool SingleApplication::sendMessage( const QByteArray &message, int timeout )
{