aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfast/fast_dispatcher.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-11-15 10:21:13 +0100
committerTobias Brunner <tobias@strongswan.org>2017-11-15 10:21:13 +0100
commit527b3f0ca5a1cc17306ebb7a5c5f3375f3d812aa (patch)
tree8c11f3f42c80b70380ff63a70930906a2672ca2c /src/libfast/fast_dispatcher.c
parentc87b16d256f4e0a214b68935e7de8eee816f4fb7 (diff)
downloadstrongswan-527b3f0ca5a1cc17306ebb7a5c5f3375f3d812aa.tar.bz2
strongswan-527b3f0ca5a1cc17306ebb7a5c5f3375f3d812aa.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libfast/fast_dispatcher.c')
-rw-r--r--src/libfast/fast_dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfast/fast_dispatcher.c b/src/libfast/fast_dispatcher.c
index 66a2ee514..4b422f077 100644
--- a/src/libfast/fast_dispatcher.c
+++ b/src/libfast/fast_dispatcher.c
@@ -136,7 +136,7 @@ typedef struct {
} session_entry_t;
/**
- * create a session and instanciate controllers
+ * create a session and instantiate controllers
*/
static fast_session_t* load_session(private_fast_dispatcher_t *this)
{