diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-10 21:37:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-10 21:37:44 +0200 |
commit | 32f81679eea409e7e710ccd4ce28511d4be6e8fe (patch) | |
tree | 1440a356dc1f9a24d9caac0f82ccfa5e0c4d25f9 | |
parent | 2db3f537bde39880e0d59967f0143b710f0bf733 (diff) |
man/1/bootstrap: Fixed a typo
-rw-r--r-- | man/1/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/1/bootstrap b/man/1/bootstrap index 1b58727..8706faf 100644 --- a/man/1/bootstrap +++ b/man/1/bootstrap @@ -19,7 +19,7 @@ bootstrap will, in this order, do the following: =item * Check whether python is installed on the machine =item * Check whether mercurial is install on the machine. -If not, receives a pre-build one via ssh/tar +If not, fetches a pre-built one via ssh/tar =item * Clone and then install the core repository |