summaryrefslogtreecommitdiff
path: root/src
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
parentaff49cc52dfabbd235505e12d507c6faf3262307 (diff)
downloadtor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.tar.gz
tor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.zip
Fix various typos
Diffstat (limited to 'src')
-rw-r--r--src/common/crypto_rand.h2
-rw-r--r--src/test/test_controller.c2
2 files changed, 2 insertions, 2 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
diff --git a/src/test/test_controller.c b/src/test/test_controller.c
index 3b58a78e1d..1a350f66c0 100644
--- a/src/test/test_controller.c
+++ b/src/test/test_controller.c
@@ -1470,7 +1470,7 @@ test_download_status_bridge(void *arg)
return;
}
-/** Set timeval to a mock date and time. This is neccessary
+/** Set timeval to a mock date and time. This is necessary
* to make tor_gettimeofday() mockable. */
static void
mock_tor_gettimeofday(struct timeval *timeval)