]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - doc/architecture.h
fixed some more misspellings
[thirdparty/strongswan.git] / doc / architecture.h
index 47d8202c2a768a3f9fd9134e8d9546f0b186b56b..a95bffae9593ae2956573933286f79c5a10d45a6 100644 (file)
@@ -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
+*/