aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuitbuild.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2022-08-06 21:04:28 -0400
committerRoger Dingledine <arma@torproject.org>2022-08-06 21:04:28 -0400
commitac306581af99df2c803edf6a3e93aa6fb4fe20af (patch)
treef86b1d9b03d74f196ca4a15c0ff784a4bddd98a9 /src/core/or/circuitbuild.c
parentbf30943cb75911d70367106af644d4273baaa85d (diff)
downloadtor-ac306581af99df2c803edf6a3e93aa6fb4fe20af.tar.gz
tor-ac306581af99df2c803edf6a3e93aa6fb4fe20af.zip
fix a few more typos in comments
Diffstat (limited to 'src/core/or/circuitbuild.c')
-rw-r--r--src/core/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c
index 511df4112b..257d33f1ab 100644
--- a/src/core/or/circuitbuild.c
+++ b/src/core/or/circuitbuild.c
@@ -11,7 +11,7 @@
* constructing/sending create/extend cells, and so on).
*
* On the client side, this module handles launching circuits. Circuit
- * launches are srtarted from circuit_establish_circuit(), called from
+ * launches are started from circuit_establish_circuit(), called from
* circuit_launch_by_extend_info()). To choose the path the circuit will
* take, onion_extend_cpath() calls into a maze of node selection functions.
*