aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-07-18 17:27:11 +0200
committerTobias Brunner <tobias@strongswan.org>2013-07-18 18:30:36 +0200
commit0ceb2888150afb793c6d8ace1ecdc70efd390a45 (patch)
tree2adc09c8348470729bcac31b964ce091c4b1bb7c /src/frontends/osx
parentcb6c4e0430d5dd2aba9dfa0ef5f2e4f5b0c6455b (diff)
downloadstrongswan-0ceb2888150afb793c6d8ace1ecdc70efd390a45.tar.bz2
strongswan-0ceb2888150afb793c6d8ace1ecdc70efd390a45.tar.xz
Fix various API doc issues and typos
Partially based on an old patch by Adrian-Ken Rueegsegger.
Diffstat (limited to 'src/frontends/osx')
-rw-r--r--src/frontends/osx/README.md2
-rw-r--r--src/frontends/osx/charon-xpc/xpc_channels.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/frontends/osx/README.md b/src/frontends/osx/README.md
index bd24cce1b..66799b844 100644
--- a/src/frontends/osx/README.md
+++ b/src/frontends/osx/README.md
@@ -69,7 +69,7 @@ defined:
* _id_: client identity to use
* _channel_: XPC endpoint for this connection
-The start_connection() RPC returns just after the initation of the call and
+The start_connection() RPC returns just after the initiation of the call and
does not wait for the connection to establish. Nonetheless does it have a
return value to indicate if connection initiation could be triggered.
diff --git a/src/frontends/osx/charon-xpc/xpc_channels.h b/src/frontends/osx/charon-xpc/xpc_channels.h
index 125a81f1d..99e4d77e6 100644
--- a/src/frontends/osx/charon-xpc/xpc_channels.h
+++ b/src/frontends/osx/charon-xpc/xpc_channels.h
@@ -14,6 +14,8 @@
*/
/**
+ * @defgroup xpc charon-xpc
+ *
* @defgroup xpc_channels xpc_channels
* @{ @ingroup xpc
*/