aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-07-20 15:57:53 +0200
committerTobias Brunner <tobias@strongswan.org>2011-07-20 16:14:10 +0200
commitf3bb1bd0390407cdc0e807cd9789f5d464034479 (patch)
treeb4f0a5dea4b9f4814bbdec5f1809dec532b9d458 /doc
parent20a44a5c66960db55803e8a24a3f855a7462adf1 (diff)
downloadstrongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.bz2
strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.xz
Fixed common misspellings.
Mostly found by 'codespell'.
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 14b99274c..47d8202c2 100644
--- a/doc/architecture.h
+++ b/doc/architecture.h
@@ -8,7 +8,7 @@ new keying daemon, which is called #charon.
Daemon control is done over unix sockets. Pluto uses whack, as it did for years.
Charon uses another socket interface, called stroke. Stroke uses another
format as whack and therefore is not compatible to whack. The starter utility,
-wich does fast configuration parsing, speaks both the protocols, whack and
+which does fast configuration parsing, speaks both the protocols, whack and
stroke. It also handles daemon startup and termination.
Pluto uses starter for some commands, for other it uses the whack utility. To be
as close to pluto as possible, charon has the same split up of commands to
@@ -47,7 +47,7 @@ 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, independant of charons behavior.
+traffic. Pluto receives any IKE message, independent of charons 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