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/test/test_controller.c | |
parent | aff49cc52dfabbd235505e12d507c6faf3262307 (diff) | |
download | tor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.tar.gz tor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.zip |
Fix various typos
Diffstat (limited to 'src/test/test_controller.c')
-rw-r--r-- | src/test/test_controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |