[tor-commits] [chutney/master] Fix typo in bootstrap-network.sh.

nickm at torproject.org nickm at torproject.org
Mon Jan 9 20:22:38 UTC 2017


commit 4c29954b0db8cd6e40953063b7edf86566a843ee
Author: Lars Luthman <mail at larsluthman.net>
Date:   Thu Nov 3 11:23:54 2016 +0100

    Fix typo in bootstrap-network.sh.
---
 tools/bootstrap-network.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh
index a198d82..a2d5fa8 100755
--- a/tools/bootstrap-network.sh
+++ b/tools/bootstrap-network.sh
@@ -24,7 +24,7 @@ flavour=basic; [ -n "$1" ] && { flavour=$1; shift; }
 
 $CHUTNEY stop networks/$flavour
 
-echo "$myname: boostrapping network: $flavour"
+echo "$myname: bootstrapping network: $flavour"
 $CHUTNEY configure networks/$flavour
 
 # TODO: Make 'chutney configure' take an optional offset argument and



More information about the tor-commits mailing list