diff lib/des.c @ 16358:a712776b11ce

maint: spelling fixes
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 05 Feb 2012 13:42:03 -0800
parents 8250f2777afc
children bb182ee4a09d
line wrap: on
line diff
--- a/lib/des.c	Sat Feb 04 11:11:40 2012 -0700
+++ b/lib/des.c	Sun Feb 05 13:42:03 2012 -0800
@@ -64,7 +64,7 @@
  *     // Encrypt the plaintext
  *     des_ecb_encrypt(&context, plaintext, ciphertext);
  *
- *     // To recover the orginal plaintext from ciphertext use:
+ *     // To recover the original plaintext from ciphertext use:
  *     des_ecb_decrypt(&context, ciphertext, recoverd);
  *
  *