diff options
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) |