summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2003-03-14 14:49:09 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2003-03-14 14:49:09 +0000
commit34236d507466a91935719866b24a2a9a1b59e7a2 (patch)
tree86befe85da7435cebe3cc632f875d1f48941b85a /sbin
parentbdca76122bd6d8095547c5091311ac0b95de3f46 (diff)
Spelling fixes from david@. jmc@ ok.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/math_group.c10
-rw-r--r--sbin/isakmpd/sysdep/common/blf.h4
-rw-r--r--sbin/isakmpd/sysdep/common/libsysdep/blowfish.c4
-rw-r--r--sbin/isakmpd/transport.c6
4 files changed, 12 insertions, 12 deletions
diff --git a/sbin/isakmpd/math_group.c b/sbin/isakmpd/math_group.c
index 7c7dedb22b5..8f9400f5849 100644
--- a/sbin/isakmpd/math_group.c
+++ b/sbin/isakmpd/math_group.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: math_group.c,v 1.16 2002/06/12 18:34:42 ho Exp $ */
+/* $OpenBSD: math_group.c,v 1.17 2003/03/14 14:49:08 ho Exp $ */
/* $EOM: math_group.c,v 1.25 2000/04/07 19:53:26 niklas Exp $ */
/*
@@ -394,7 +394,7 @@ struct group groups[] = {
};
/*
- * Initalize the group structure for later use,
+ * Initialize the group structure for later use,
* this is done by converting the values given in the describtion
* and converting them to their native representation.
*/
@@ -407,12 +407,12 @@ group_init (void)
switch (groups[i].type)
{
#ifdef USE_EC
- case EC2N: /* Initalize an Elliptic Curve over GF(2**n) */
+ case EC2N: /* Initialize an Elliptic Curve over GF(2**n) */
ec2n_init (&groups[i]);
break;
#endif
- case MODP: /* Initalize an over GF(p) */
+ case MODP: /* Initialize an over GF(p) */
modp_init (&groups[i]);
break;
@@ -831,7 +831,7 @@ ec2n_setrandom (struct group *group, ec2np_ptr x)
/*
* This is an attempt at operation abstraction. It can happen
- * that we need to initalize the y variable for the operation
+ * that we need to initialize the y variable for the operation
* to proceed correctly. When this is the case operation has
* to supply the variable 'a' with the chunks of the Y cooridnate
* set to zero.
diff --git a/sbin/isakmpd/sysdep/common/blf.h b/sbin/isakmpd/sysdep/common/blf.h
index e945ae965da..c806c8fd945 100644
--- a/sbin/isakmpd/sysdep/common/blf.h
+++ b/sbin/isakmpd/sysdep/common/blf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: blf.h,v 1.3 2002/02/17 19:42:28 millert Exp $ */
+/* $OpenBSD: blf.h,v 1.4 2003/03/14 14:49:08 ho Exp $ */
/*
* Blowfish - a fast block cipher designed by Bruce Schneier
*
@@ -35,7 +35,7 @@
#define _BLF_H_
/* Schneier states the maximum key length to be 56 bytes.
- * The way how the subkeys are initalized by the key up
+ * The way how the subkeys are initialized by the key up
* to (N+2)*4 i.e. 72 bytes are utilized.
* Warning: For normal blowfish encryption only 56 bytes
* of the key affect all cipherbits.
diff --git a/sbin/isakmpd/sysdep/common/libsysdep/blowfish.c b/sbin/isakmpd/sysdep/common/libsysdep/blowfish.c
index 346f59a76d2..e587f893236 100644
--- a/sbin/isakmpd/sysdep/common/libsysdep/blowfish.c
+++ b/sbin/isakmpd/sysdep/common/libsysdep/blowfish.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: blowfish.c,v 1.2 2002/02/19 19:39:38 millert Exp $ */
+/* $OpenBSD: blowfish.c,v 1.3 2003/03/14 14:49:08 ho Exp $ */
/*
* Blowfish block cipher for OpenBSD
* Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -502,7 +502,7 @@ Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes,
void
blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len)
{
- /* Initalize S-boxes and subkeys with Pi */
+ /* Initialize S-boxes and subkeys with Pi */
Blowfish_initstate(c);
/* Transform S-boxes and subkeys with key */
diff --git a/sbin/isakmpd/transport.c b/sbin/isakmpd/transport.c
index e0a7d7b3fc5..76bc043edda 100644
--- a/sbin/isakmpd/transport.c
+++ b/sbin/isakmpd/transport.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: transport.c,v 1.18 2002/06/09 08:13:07 todd Exp $ */
+/* $OpenBSD: transport.c,v 1.19 2003/03/14 14:49:08 ho Exp $ */
/* $EOM: transport.c,v 1.43 2000/10/10 12:36:39 provos Exp $ */
/*
@@ -166,7 +166,7 @@ transport_map (void (*func) (struct transport *))
}
/*
- * Build up a file desciptor set FDS with all transport descriptors we want
+ * Build up a file descriptor set FDS with all transport descriptors we want
* to read from. Return the number of file descriptors select(2) needs to
* check in order to cover the ones we setup in here.
*/
@@ -188,7 +188,7 @@ transport_fd_set (fd_set *fds)
}
/*
- * Build up a file desciptor set FDS with all the descriptors belonging to
+ * Build up a file descriptor set FDS with all the descriptors belonging to
* transport where messages are queued for transmittal. Return the number
* of file descriptors select(2) needs to check in order to cover the ones
* we setup in here.