Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libdes s/rouine/routine/



details:   https://anonhg.NetBSD.org/src/rev/97d5dff09610
branches:  trunk
changeset: 1026719:97d5dff09610
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:33:56 2021 +0000

description:
s/rouine/routine/

diffstat:

 tests/crypto/libcrypto/conf/test.c |  2 +-
 tests/lib/libdes/t_des.c           |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 4c84aaa7e318 -r 97d5dff09610 tests/crypto/libcrypto/conf/test.c
--- a/tests/crypto/libcrypto/conf/test.c        Sun Dec 05 07:30:51 2021 +0000
+++ b/tests/crypto/libcrypto/conf/test.c        Sun Dec 05 07:33:56 2021 +0000
@@ -32,7 +32,7 @@
  *    must display the following acknowledgement:
  *    "This product includes cryptographic software written by
  *     Eric Young (eay%cryptsoft.com@localhost)"
- *    The word 'cryptographic' can be left out if the rouines from the library
+ *    The word 'cryptographic' can be left out if the routines from the library
  *    being used are not cryptographic related :-).
  * 4. If you include any Windows specific code (or a derivative thereof) from
  *    the apps directory (application code) you must include an acknowledgement:
diff -r 4c84aaa7e318 -r 97d5dff09610 tests/lib/libdes/t_des.c
--- a/tests/lib/libdes/t_des.c  Sun Dec 05 07:30:51 2021 +0000
+++ b/tests/lib/libdes/t_des.c  Sun Dec 05 07:33:56 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_des.c,v 1.1 2010/08/25 16:46:36 jmmv Exp $ */
+/* $NetBSD: t_des.c,v 1.2 2021/12/05 07:33:56 msaitoh Exp $ */
 
 /*
  * Copyright (C) 1995-1998 Eric Young (eay%cryptsoft.com@localhost) All rights
@@ -31,7 +31,7 @@
  * mentioning features or use of this software must display the following
  * acknowledgement: "This product includes cryptographic software written by
  * Eric Young (eay%cryptsoft.com@localhost)" The word 'cryptographic' can be left out
- * if the rouines from the library being used are not cryptographic related
+ * if the routines from the library being used are not cryptographic related
  * :-). 4. If you include any Windows specific code (or a derivative thereof)
  * from the apps directory (application code) you must include an
  * acknowledgement: "This product includes software written by Tim Hudson



Home | Main Index | Thread Index | Old Index