[Openswan dev] [PATCH] Correct compatability to compatibility
Jari Aalto
jari.aalto at cante.net
Fri Mar 12 18:53:36 EST 2010
Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
debian/openswan-modules-source.rules | 2 +-
debian/rules | 2 +-
doc/glossary.html | 2 +-
doc/politics.html | 2 +-
doc/src/glossary.html | 2 +-
doc/src/politics.html | 2 +-
programs/pluto/ipsec.secrets.5.xml | 2 +-
programs/pluto/rcv_whack.c | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/openswan-modules-source.rules b/debian/openswan-modules-source.rules
index b903729..f68ccf3 100755
--- a/debian/openswan-modules-source.rules
+++ b/debian/openswan-modules-source.rules
@@ -5,7 +5,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatability version to use.
+# This is the debhelper compatibility version to use.
export DH_COMPAT=4
VERS = $(shell sed -ne '1s/.*(\(.*\)).*/\1/p' debian/changelog)
diff --git a/debian/rules b/debian/rules
index 5be8fab..98b4a37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatability version to use.
+# This is the debhelper compatibility version to use.
export DH_COMPAT=3
export DH_OPTIONS
diff --git a/doc/glossary.html b/doc/glossary.html
index d7164d5..725500f 100644
--- a/doc/glossary.html
+++ b/doc/glossary.html
@@ -1128,7 +1128,7 @@ egulations, US regulations administered by the State Department which
export laws</A>. Linux FreeS/WAN is intended to interoperate with other<A
href="#IPSEC"> IPsec</A> implementations. The name is partly taken, with
permission, from the<A href="#SWAN"> S/WAN</A> multi-vendor IPsec
- compatability effort. Linux FreeS/WAN has two major components,<A href="#KLIPS">
+ compatibility effort. Linux FreeS/WAN has two major components,<A href="#KLIPS">
KLIPS</A> (KerneL IPsec Support) and the<A href="#Pluto"> Pluto</A>
daemon which manages the whole thing.
<P>See our<A href="ipsec.html"> IPsec section</A> for more detail. For
diff --git a/doc/politics.html b/doc/politics.html
index 5dd1e9f..d95c4b7 100644
--- a/doc/politics.html
+++ b/doc/politics.html
@@ -433,7 +433,7 @@ IPv6</A>). For today's (IP version 4) Internet, they are an option.</P>
coordinating the<A href="http://www.rsa.com/rsa/SWAN"> S/Wan (Secure
Wide Area Network)</A> project among more than a dozen vendors who use
these protocols. There's a<A href="http://www.rsa.com/rsa/SWAN/swan_test.htm">
- compatability chart</A> that shows which vendors have tested their
+ compatibility chart</A> that shows which vendors have tested their
boxes against which other vendors to guarantee interoperatility.</P>
<P>Eventually it will also move into the operating systems and
networking protocol stacks of major vendors. This will probably take
diff --git a/doc/src/glossary.html b/doc/src/glossary.html
index ca7d39b..4ca7c42 100644
--- a/doc/src/glossary.html
+++ b/doc/src/glossary.html
@@ -1221,7 +1221,7 @@ href="#Z">Z</a></b></big></center>
href="politics.html#exlaw">export laws</a>. Linux FreeS/WAN is intended
to interoperate with other <a href="#IPSEC">IPsec</a> implementations.
The name is partly taken, with permission, from the <a
- href="#SWAN">S/WAN</a> multi-vendor IPsec compatability effort. Linux
+ href="#SWAN">S/WAN</a> multi-vendor IPsec compatibility effort. Linux
FreeS/WAN has two major components, <a href="#KLIPS">KLIPS</a> (KerneL
IPsec Support) and the <a href="#Pluto">Pluto</a> daemon which manages
the whole thing.
diff --git a/doc/src/politics.html b/doc/src/politics.html
index 6033a58..815afc6 100644
--- a/doc/src/politics.html
+++ b/doc/src/politics.html
@@ -522,7 +522,7 @@ technology. <a href="http://www.rsa.com/">RSA Data Security</a> is
coordinating the <a href="http://www.rsa.com/rsa/SWAN">S/Wan (Secure Wide
Area Network)</a> project among more than a dozen vendors who use these
protocols. There's a <a
-href="http://www.rsa.com/rsa/SWAN/swan_test.htm">compatability chart</a> that
+href="http://www.rsa.com/rsa/SWAN/swan_test.htm">compatibility chart</a> that
shows which vendors have tested their boxes against which other vendors to
guarantee interoperatility.</p>
diff --git a/programs/pluto/ipsec.secrets.5.xml b/programs/pluto/ipsec.secrets.5.xml
index bc61336..509d30d 100644
--- a/programs/pluto/ipsec.secrets.5.xml
+++ b/programs/pluto/ipsec.secrets.5.xml
@@ -142,7 +142,7 @@ one-index forms of entry often make sense for RSA Signature authentication.</par
<para>The key part of an entry may start with a token indicating the kind of
key. “RSA” signifies RSA private key and “PSK” signifies
-PreShared Key (case is ignored). For compatability with previous
+PreShared Key (case is ignored). For compatibility with previous
forms of this file, PSK is the default. </para>
<para>The token “XAUTH” indicates
diff --git a/programs/pluto/rcv_whack.c b/programs/pluto/rcv_whack.c
index e846dbd..583a579 100644
--- a/programs/pluto/rcv_whack.c
+++ b/programs/pluto/rcv_whack.c
@@ -710,7 +710,7 @@ whack_handle(int whackctlfd)
{
if (msg.magic == WHACK_BASIC_MAGIC)
{
- /* Only basic commands. Simpler inter-version compatability. */
+ /* Only basic commands. Simpler inter-version compatibility. */
if (msg.whack_status)
show_status();
--
1.7.0
More information about the Dev
mailing list