diff options
author | Roger Dingledine <arma@torproject.org> | 2016-04-13 00:06:30 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-09 14:40:21 -0400 |
commit | ce8266d52d296333eb1a735225e620760aab8802 (patch) | |
tree | 2e569c462c6d604a5d00dfdec03c7424d60a7374 /src/test/test_connection.c | |
parent | 03fc4cf04caf240fa4e285c3b483c60587456e9b (diff) | |
download | tor-ce8266d52d296333eb1a735225e620760aab8802.tar.gz tor-ce8266d52d296333eb1a735225e620760aab8802.zip |
fix typos/etc before i go nuts on #18809
Diffstat (limited to 'src/test/test_connection.c')
-rw-r--r-- | src/test/test_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_connection.c b/src/test/test_connection.c index 15ae973f00..6f7aef879c 100644 --- a/src/test/test_connection.c +++ b/src/test/test_connection.c @@ -705,7 +705,7 @@ test_conn_download_status(void *arg) /* now try closing the one that isn't downloading: * these tests won't work unless tor thinks it is bootstrapping */ - tt_assert(networkstatus_consensus_is_boostrapping(time(NULL))); + tt_assert(networkstatus_consensus_is_bootstrapping(time(NULL))); tt_assert(connection_dir_count_by_purpose_and_resource( TEST_CONN_RSRC_PURPOSE, |