diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-11 23:50:56 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-11 23:50:56 -0600 |
commit | 039b478648caba208441a1edcb9c4a23f84ce1c8 (patch) | |
tree | 70f537d7e5c26507755cda55601bcaed10f0d317 /docs | |
parent | 012bfbc69f8e722bd446482dbec663f71f14e889 (diff) | |
download | cryptography-039b478648caba208441a1edcb9c4a23f84ce1c8.tar.gz cryptography-039b478648caba208441a1edcb9c4a23f84ce1c8.tar.bz2 cryptography-039b478648caba208441a1edcb9c4a23f84ce1c8.zip |
typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/backends/openssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst index 79fa0b32..d6351c9c 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -63,7 +63,7 @@ On OS X and FreeBSD ``/dev/urandom`` is an alias for ``/dev/random`` and utilizes the `Yarrow`_ algorithm. On Windows the implementation of ``CryptGenRandom`` depends on which version of -the operation sytem you are using. See the `Microsoft documentation`_ for more +the operation system you are using. See the `Microsoft documentation`_ for more details. Linux uses its own PRNG design. ``/dev/urandom`` is a non-blocking source seeded |