summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-04-13 00:06:30 -0400
committerRoger Dingledine <arma@torproject.org>2016-04-13 00:06:30 -0400
commit525307c0ea5717adba9f35cf7ccb1c5108ac3440 (patch)
treec05b8891a0e62706b9443ed7c9e0cc54f16f8f6c /src/or/networkstatus.h
parentbd34edc18d6e21f5ba7bddf5a7ebe6582e8dc639 (diff)
downloadtor-525307c0ea5717adba9f35cf7ccb1c5108ac3440.tar.gz
tor-525307c0ea5717adba9f35cf7ccb1c5108ac3440.zip
fix typos/etc before i go nuts on #18809
Diffstat (limited to 'src/or/networkstatus.h')
-rw-r--r--src/or/networkstatus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/networkstatus.h b/src/or/networkstatus.h
index 9bbb9a389e..f2f8af5c6b 100644
--- a/src/or/networkstatus.h
+++ b/src/or/networkstatus.h
@@ -70,7 +70,7 @@ MOCK_DECL(networkstatus_t *,networkstatus_get_latest_consensus_by_flavor,
networkstatus_t *networkstatus_get_live_consensus(time_t now);
networkstatus_t *networkstatus_get_reasonably_live_consensus(time_t now,
int flavor);
-int networkstatus_consensus_is_boostrapping(time_t now);
+int networkstatus_consensus_is_bootstrapping(time_t now);
int networkstatus_consensus_can_use_multiple_directories(
const or_options_t *options);
int networkstatus_consensus_can_use_extra_fallbacks(