Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-02-13 12:19:54 +01:00
parent 60c750181f
commit 2db6d5b8b3
75 changed files with 95 additions and 95 deletions
+2 -2
View File
@@ -25,14 +25,14 @@
@interface Helper : NSObject
/**
* Get the XPC connection singleton, installing helper if requried
* Get the XPC connection singleton, installing helper if required
*
* @return XPC service connection, as a singleton
*/
- (xpc_connection_t)getConnection;
/**
* Return an errror string if if getConnection fails
* Return an error string if if getConnection fails
*
* @return error string, unretained
*/