[Openswan dev] [PATCH] Correct explicitely to explicitly
Jari Aalto
jari.aalto at cante.net
Fri Mar 12 18:55:09 EST 2010
Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
doc/README.x509 | 2 +-
lib/libcrypto/include/md32_common.h | 2 +-
linux/include/openswan/ipsec_alg.h | 2 +-
programs/pluto/pluto.8 | 2 +-
testing/pluto/psk-pluto-05/description.txt | 2 +-
testing/utils/Xhost-test.tcl | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
mode change 100644 => 100755 testing/utils/Xhost-test.tcl
diff --git a/doc/README.x509 b/doc/README.x509
index d104b30..a359f44 100644
--- a/doc/README.x509
+++ b/doc/README.x509
@@ -683,7 +683,7 @@ Research and Sales intermediate CAs. If no rightca parameter is present
then any valid certificate issued by one of the trusted CAs in
/etc/ipsec.d/cacerts can be used by the peer.
-The leftca parameter usually doesn't have to be set explicitely because
+The leftca parameter usually doesn't have to be set explicitly because
by default it is set to the issuer field of the certificate loaded via
leftcert. The statement
diff --git a/lib/libcrypto/include/md32_common.h b/lib/libcrypto/include/md32_common.h
index 1a404a4..0504f90 100644
--- a/lib/libcrypto/include/md32_common.h
+++ b/lib/libcrypto/include/md32_common.h
@@ -270,7 +270,7 @@
/*
* Originally the middle line started with l=(((l&0xFF00FF00)>>8)|...
* It's rewritten as above for two reasons:
- * - RISCs aren't good at long constants and have to explicitely
+ * - RISCs aren't good at long constants and have to explicitly
* compose 'em with several (well, usually 2) instructions in a
* register before performing the actual operation and (as you
* already realized:-) having same constant should inspire the
diff --git a/linux/include/openswan/ipsec_alg.h b/linux/include/openswan/ipsec_alg.h
index 0ce058f..c4889fc 100644
--- a/linux/include/openswan/ipsec_alg.h
+++ b/linux/include/openswan/ipsec_alg.h
@@ -239,7 +239,7 @@ typedef void (*__cleanup_module_func_t)(void);
/*
* I only want module_init() magic
* when algo.c file *is THE MODULE*, in all other
- * cases, initialization is called explicitely from ipsec_alg_init()
+ * cases, initialization is called explicitly from ipsec_alg_init()
*/
#define IPSEC_ALG_MODULE_INIT( func_name ) IPSEC_ALG_MODULE_INIT_STATIC(func_name)
#define IPSEC_ALG_MODULE_EXIT( func_name ) IPSEC_ALG_MODULE_EXIT_STATIC(func_name)
diff --git a/programs/pluto/pluto.8 b/programs/pluto/pluto.8
index 16523d6..4cf542f 100644
--- a/programs/pluto/pluto.8
+++ b/programs/pluto/pluto.8
@@ -248,7 +248,7 @@ To fire up the daemon, just type
must be run by the superuser to be able to use the UDP 500 port\&. If pluto is told to enable NAT\-Traversal, then UDP port 4500 is also taken by pluto to listen on\&.
.PP
Pluto supports different IPstacks on different operating systems\&. The option
-\fB\-\-use\-auto\fR, which is also the default, lets pluto find a stack automatically\&. This behaviour can be changed by explicitely setting the stack using
+\fB\-\-use\-auto\fR, which is also the default, lets pluto find a stack automatically\&. This behaviour can be changed by explicitly setting the stack using
\fB\-\-use\-klips\fR,
\fB\-\-use\-netkey\fR
or
diff --git a/testing/pluto/psk-pluto-05/description.txt b/testing/pluto/psk-pluto-05/description.txt
index 7e70d8e..bc81707 100644
--- a/testing/pluto/psk-pluto-05/description.txt
+++ b/testing/pluto/psk-pluto-05/description.txt
@@ -1,5 +1,5 @@
This is a test of pre-shared mode from an unknown IP address.
-It uses main mode, and nat-t support is explicitely disabled.
+It uses main mode, and nat-t support is explicitly disabled.
road connects to east in this test.
diff --git a/testing/utils/Xhost-test.tcl b/testing/utils/Xhost-test.tcl
old mode 100644
new mode 100755
index ae491b4..356f10a
--- a/testing/utils/Xhost-test.tcl
+++ b/testing/utils/Xhost-test.tcl
@@ -298,7 +298,7 @@ expect {
# are getting recorded or not.
#
# Revision 1.13 2004/02/03 20:14:39 mcr
-# networks are now managed as a list rather than explicitely.
+# networks are now managed as a list rather than explicitly.
#
# Revision 1.12 2004/02/03 04:46:32 mcr
# refactored some code.
--
1.7.0
More information about the Dev
mailing list