aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-18 05:35:19 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-18 05:35:19 +0000
commit50d3adb81938137b91b1f6720dfe84339e7309ce (patch)
treecd00d53129491a90e043dae4c86c8109f147ade1 /doc
parented174245c6700bc09af6ece7df2be36b032e163a (diff)
downloadtor-50d3adb81938137b91b1f6720dfe84339e7309ce.tar.gz
tor-50d3adb81938137b91b1f6720dfe84339e7309ce.zip
I was on the second paragraph of my or-dev mail explaining why I chose to
set starting=1 to avoid potential bugs with having it conflict with 0, which I used to mean uninitialized, when I realized I would be writing many more lame-sounding paragraphs in the future. Just start it at 0 and handle the bugs. svn:r15346
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/proposals/137-bootstrap-phases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/proposals/137-bootstrap-phases.txt b/doc/spec/proposals/137-bootstrap-phases.txt
index 4be2cd856e..fe67e403e2 100644
--- a/doc/spec/proposals/137-bootstrap-phases.txt
+++ b/doc/spec/proposals/137-bootstrap-phases.txt
@@ -55,7 +55,7 @@ Status: Open
the same order. Some phases might also be skipped (not reported) if the
associated bootstrap step is already complete.
- Phase 1:
+ Phase 0:
tag=starting summary="starting"
Tor starts out in this phase.