summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-10-08 14:40:42 +0200
committerRichard Levitte <levitte@openssl.org>2015-10-23 20:32:58 +0200
commitec3a7c9b3729cd45c550222556100666aedc5bbc (patch)
tree7c99250e036974e0bb08238dca61bd94c8f31fa2 /demos
parent72895f5112452ff63d16a02e50a8282a419ccaf7 (diff)
Fix typos
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit d900a015b5a89ea2018e6122dd2738925e4d68ab)
Diffstat (limited to 'demos')
-rw-r--r--demos/engines/zencod/hw_zencod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/zencod/hw_zencod.c b/demos/engines/zencod/hw_zencod.c
index 0c0f524d4c..daf0aef1ef 100644
--- a/demos/engines/zencod/hw_zencod.c
+++ b/demos/engines/zencod/hw_zencod.c
@@ -610,7 +610,7 @@ static int zencod_init(ENGINE *e)
ptr_zencod_rc4_cipher = ptr_rc4_1;
/*
- * We should peform a test to see if there is actually any unit runnig on
+ * We should perform a test to see if there is actually any unit runnig on
* the system ... Even if the cryptozen library is loaded the module coul
* not be loaded on the system ... For now we may just open and close the
* device !!