aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/des.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/des.c')
-rw-r--r--cipher/des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/des.c b/cipher/des.c
index 670ba6598..7eaa2df8b 100644
--- a/cipher/des.c
+++ b/cipher/des.c
@@ -104,7 +104,7 @@
*
* if ( (error_msg = selftest()) )
* {
- * fprintf(stderr, "An error in the DES/Tripple-DES implementation occured: %s\n", error_msg);
+ * fprintf(stderr, "An error in the DES/Tripple-DES implementation occurred: %s\n", error_msg);
* abort();
* }
*/