summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-06-02 14:01:49 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2020-06-02 14:01:49 +0300
commit22a26a273e8dc8de663722f96487ca22d4980121 (patch)
tree935b8f66ab00da98021135d1d46f892af697aa8c /src/core
parentb6e60f26dd04fa4f2ae8020b4148147380b6d28b (diff)
parent39f2411b3f5ab1a50c74fdafb432d5286c451ab7 (diff)
downloadtor-22a26a273e8dc8de663722f96487ca22d4980121.tar.gz
tor-22a26a273e8dc8de663722f96487ca22d4980121.zip
Merge branch 'tor-github/pr/1909'
Diffstat (limited to 'src/core')
-rw-r--r--src/core/or/circuitlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/circuitlist.c b/src/core/or/circuitlist.c
index 4c37ef8b41..90cce47490 100644
--- a/src/core/or/circuitlist.c
+++ b/src/core/or/circuitlist.c
@@ -1943,7 +1943,7 @@ circuit_find_to_cannibalize(uint8_t purpose_to_produce, extend_info_t *info,
}
/* Ignore any circuits for which we can't use the Guard. It is possible
- * that the Guard was removed from the samepled set after the circuit
+ * that the Guard was removed from the sampled set after the circuit
* was created so avoid using it. */
if (!entry_guard_could_succeed(circ->guard_state)) {
goto next;