summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-12 00:46:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-12 00:46:12 +0000
commiteb4ef8ff4bd3ca54f70eec89351aeaa05ba35f36 (patch)
tree0361d5d3c544c94f641ae05ae7e5a65ec1487b3b /sys/netinet
parent24470cf8c23dfb58c2bca0bd7ef566c012bcc136 (diff)
angelos cannot spell small words
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_esp_new.c4
-rw-r--r--sys/netinet/ip_esp_old.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_esp_new.c b/sys/netinet/ip_esp_new.c
index 5b3011a99e7..accc829548d 100644
--- a/sys/netinet/ip_esp_new.c
+++ b/sys/netinet/ip_esp_new.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp_new.c,v 1.30 1999/01/11 22:52:09 deraadt Exp $ */
+/* $OpenBSD: ip_esp_new.c,v 1.31 1999/02/12 00:46:10 deraadt Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -121,7 +121,7 @@ struct esp_xform esp_new_xform[] = {
des1_encrypt,
des1_decrypt
},
- { ALG_ENC_3DES, "Tripple DES (3DES)",
+ { ALG_ENC_3DES, "Triple DES (3DES)",
ESP_3DES_BLKS, ESP_3DES_IVS,
24, 24, 8 | 1,
des3_encrypt,
diff --git a/sys/netinet/ip_esp_old.c b/sys/netinet/ip_esp_old.c
index 76d2a3d8311..37e6a63f908 100644
--- a/sys/netinet/ip_esp_old.c
+++ b/sys/netinet/ip_esp_old.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp_old.c,v 1.26 1999/01/11 22:52:10 deraadt Exp $ */
+/* $OpenBSD: ip_esp_old.c,v 1.27 1999/02/12 00:46:11 deraadt Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -94,7 +94,7 @@ struct esp_xform esp_old_xform[] = {
des1_encrypt,
des1_decrypt
},
- { ALG_ENC_3DES, "Tripple DES (3DES)",
+ { ALG_ENC_3DES, "Triple DES (3DES)",
ESP_3DES_BLKS, ESP_3DES_IVS,
24, 24, 8 | 4,
des3_encrypt,