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
@@ -53,7 +53,7 @@ struct private_android_service_t {
ike_sa_t *ike_sa;
/**
* configuration setttings
* configuration settings
*/
settings_t *settings;
+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
*/