diff options
author | Werner Koch <[email protected]> | 2012-01-24 08:48:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-01-24 08:48:17 +0000 |
commit | 86a32a4b06f40deea46daff25cc05d93662677a1 (patch) | |
tree | 6d31a8b027ac26254a7fb34b4402004e19036c8c | |
parent | Do not copy default merge commit log entries into the ChangeLog. (diff) | |
download | gnupg-86a32a4b06f40deea46daff25cc05d93662677a1.tar.gz gnupg-86a32a4b06f40deea46daff25cc05d93662677a1.zip |
Fix typos in comments.
--
Fixes provided by Gilles Espinasse.
-rw-r--r-- | cipher/random.c | 4 | ||||
-rw-r--r-- | cipher/rndw32.c | 2 | ||||
-rw-r--r-- | doc/HACKING | 5 |
3 files changed, 5 insertions, 6 deletions
diff --git a/cipher/random.c b/cipher/random.c index f7ffb226d..460c2afe9 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -514,8 +514,8 @@ read_seed_file(void) /* And read a few bytes from our entropy source. By using * a level of 0 this will not block and might not return anything * with some entropy drivers, however the rndlinux driver will use - * /dev/urandom and return some stuff - Do not read to much as we - * want to be friendly to the scare system entropy resource. */ + * /dev/urandom and return some stuff - Do not read too much as we + * want to be friendly to the scarce system entropy resource. */ read_random_source( 0, 16, 0 ); allow_seed_file_update = 1; diff --git a/cipher/rndw32.c b/cipher/rndw32.c index 2d107e009..aec5fbbfd 100644 --- a/cipher/rndw32.c +++ b/cipher/rndw32.c @@ -534,7 +534,7 @@ rndw32_gather_random (void (*add)(const void*, size_t, int), int requester, if( !level ) return 0; /* We don't differentiate between level 1 and 2 here because - * there is no nternal entropy pool as a scary resource. It may + * there is no internal entropy pool as a scarce resource. It may * all work slower, but because our entropy source will never * block but deliver some not easy to measure entropy, we assume level 2 */ diff --git a/doc/HACKING b/doc/HACKING index 37ebdc921..27ebe6491 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -47,9 +47,8 @@ by sending a mail with subject "subscribe" to You must run scripts/autogen.sh before doing the ./configure, -as this creates some needed while which are not in the repository. -autogen.sh should check that you have all required tools -installed. +as this creates some needed files not include in the repository. +autogen.sh should check that you have all required tools installed. RSYNC access |