diff options
author | Roger Dingledine <arma@torproject.org> | 2016-04-13 00:06:30 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-04-13 00:06:30 -0400 |
commit | 525307c0ea5717adba9f35cf7ccb1c5108ac3440 (patch) | |
tree | c05b8891a0e62706b9443ed7c9e0cc54f16f8f6c /src/test | |
parent | bd34edc18d6e21f5ba7bddf5a7ebe6582e8dc639 (diff) | |
download | tor-525307c0ea5717adba9f35cf7ccb1c5108ac3440.tar.gz tor-525307c0ea5717adba9f35cf7ccb1c5108ac3440.zip |
fix typos/etc before i go nuts on #18809
Diffstat (limited to 'src/test')
-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, |