diff options
author | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /cipher/random.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to '')
-rw-r--r-- | cipher/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.c b/cipher/random.c index 025f20ecb..53c625ffe 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -134,7 +134,7 @@ quick_random_gen( int onoff ) /**************** - * Fill the buffer with LENGTH bytes of cryptologic strong + * Fill the buffer with LENGTH bytes of cryptographically strong * random bytes. level 0 is not very strong, 1 is strong enough * for most usage, 2 is good for key generation stuff but may be very slow. */ |