diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-30 07:57:22 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-30 07:57:22 -0700 |
commit | d7bbfd0f6217181fc7f4a4a71d23874873a5262a (patch) | |
tree | 20e20c4a180ad8be946738bbe6b45c4867cbbe32 /src/common | |
parent | aff49cc52dfabbd235505e12d507c6faf3262307 (diff) | |
download | tor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.tar.gz tor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.zip |
Fix various typos
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/crypto_rand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_rand.h b/src/common/crypto_rand.h index 4eac94f57b..bb02e51001 100644 --- a/src/common/crypto_rand.h +++ b/src/common/crypto_rand.h @@ -7,7 +7,7 @@ /** * \file crypto_rand.h * - * \brief Common functions for using (psuedo-)random number generators. + * \brief Common functions for using (pseudo-)random number generators. **/ #ifndef TOR_CRYPTO_RAND_H |