summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-30 07:57:22 -0700
committerNick Mathewson <nickm@torproject.org>2018-05-30 07:57:22 -0700
commitd7bbfd0f6217181fc7f4a4a71d23874873a5262a (patch)
tree20e20c4a180ad8be946738bbe6b45c4867cbbe32 /src/common
parentaff49cc52dfabbd235505e12d507c6faf3262307 (diff)
downloadtor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.tar.gz
tor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.zip
Fix various typos
Diffstat (limited to 'src/common')
-rw-r--r--src/common/crypto_rand.h2
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