Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-12 02:45:55 +0400
committerRichard Levitte <levitte@openssl.org>2003-06-12 02:45:55 +0400
commitf3031b106d7ae1964da0ee80884aecafe320f9f4 (patch)
tree66f9d5c64910c113c5c8b0b022a2d0761432727e /demos
parent6e260c40936a767e597974a40383712c6d74393e (diff)
Typo.
PR: 593
Diffstat (limited to 'demos')
-rw-r--r--demos/engines/zencod/hw_zencod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/zencod/hw_zencod.h b/demos/engines/zencod/hw_zencod.h
index 195345d8c6..415c9a6be8 100644
--- a/demos/engines/zencod/hw_zencod.h
+++ b/demos/engines/zencod/hw_zencod.h
@@ -46,7 +46,7 @@ typedef int t_zencod_dump_key (FILE *stream, char *msg, KEY *key);
/*
- * Key managment tools
+ * Key management tools
*/
typedef KEY *t_zencod_new_number (unsigned long len, unsigned char *data);
typedef int t_zencod_init_number (KEY *n, unsigned long len, unsigned char *data);