Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -53,7 +53,7 @@ struct private_android_service_t {
|
||||
ike_sa_t *ike_sa;
|
||||
|
||||
/**
|
||||
* configuration setttings
|
||||
* configuration settings
|
||||
*/
|
||||
settings_t *settings;
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user