aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-07-20 22:19:01 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-07-20 22:19:01 +0200
commit9c67f5ff54513d88e026d6f62304a85cffefe9a1 (patch)
tree6b64e0542dfeba13df8c92a0f091adce4003d2b1 /doc
parentf3bb1bd0390407cdc0e807cd9789f5d464034479 (diff)
downloadstrongswan-9c67f5ff54513d88e026d6f62304a85cffefe9a1.tar.bz2
strongswan-9c67f5ff54513d88e026d6f62304a85cffefe9a1.tar.xz
fixed some more misspellings
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/architecture.h b/doc/architecture.h
index 47d8202c2..a95bffae9 100644
--- a/doc/architecture.h
+++ b/doc/architecture.h
@@ -47,10 +47,10 @@ Since IKEv2 uses the same port as IKEv1, both daemons must listen to UDP port
500. Under Linux, there is no clean way to set up two sockets at the same port.
To reslove this problem, charon uses a RAW socket, as they are used in network
sniffers. An installed Linux Socket Filter (LSF) filters out all none-IKEv2
-traffic. Pluto receives any IKE message, independent of charons behavior.
+traffic. Pluto receives any IKE message, independent of charon's behavior.
Therefore plutos behavior is changed to discard any IKEv2 traffic silently.
To gain some reusability of the code, generic crypto and utility functions are
separeted in a shared library, libstrongswan.
-*/ \ No newline at end of file
+*/