aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-09 09:34:55 +0000
committerWerner Koch <[email protected]>2001-11-09 09:34:55 +0000
commitb93109638b0d07e6f29b983d215d785d90204a50 (patch)
tree102aa41a4151185c78c62ad24bfe892a1cb576e1
parentTweaked v3 -c decryption, let --force-v4-certs use SHA-1 for all RSA keys. (diff)
downloadgnupg-b93109638b0d07e6f29b983d215d785d90204a50.tar.gz
gnupg-b93109638b0d07e6f29b983d215d785d90204a50.zip
typo fixes
-rw-r--r--cipher/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/random.c b/cipher/random.c
index 30c94b5b9..14ca87f4d 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -607,7 +607,7 @@ fast_random_poll()
/* QNX/Neutrino does return ENOSYS - so we just ignore it and
* add whatever is in buf. In a chroot environment it might not
* work at all (i.e. because /proc/ is not accessible), so we better
- * ognore all error codes and hope for the best
+ * ignore all error codes and hope for the best
*/
getrusage( RUSAGE_SELF, &buf );
@@ -616,7 +616,7 @@ fast_random_poll()
}
#endif
#endif
- /* time and clock are availabe on all systems - so
+ /* time and clock are available on all systems - so
* we better do it just in case one of the above functions
* didn't work */
{ time_t x = time(NULL);