typo
authorBodo Möller <bodo@openssl.org>
Tue, 4 Feb 2003 12:57:34 +0000 (12:57 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 4 Feb 2003 12:57:34 +0000 (12:57 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 4d2b0a9bf284ce1d5b81f4716e61f654b53cef21..d6673b183fcaadbc9836c0c21415d946f6a36cc3 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -191,7 +191,7 @@ Cryptographic software needs a source of unpredictable data to work
 correctly.  Many open source operating systems provide a "randomness
 device" (/dev/urandom or /dev/random) that serves this purpose.
 All OpenSSL versions try to use /dev/urandom by default; starting with
-version 0.9.7, OpenSSL also tries /dev/random is /dev/urandom is not
+version 0.9.7, OpenSSL also tries /dev/random if /dev/urandom is not
 available.
 
 On other systems, applications have to call the RAND_add() or