aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-02-09 18:25:10 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-02-09 18:25:10 +0000
commitda97828ad35b1c1aa16c6495210f4548801cbd0b (patch)
tree0792a92370832090bcdebe716a4d1bb343b2c097
parent61e026e7d4a844235c2427141bff52a55eea3561 (diff)
downloadbusybox-w32-da97828ad35b1c1aa16c6495210f4548801cbd0b.tar.gz
busybox-w32-da97828ad35b1c1aa16c6495210f4548801cbd0b.tar.bz2
busybox-w32-da97828ad35b1c1aa16c6495210f4548801cbd0b.zip
fix typo
git-svn-id: svn://busybox.net/trunk/busybox@9834 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/busybox.net/developer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html
index b434262ee..c6f4ba693 100644
--- a/docs/busybox.net/developer.html
+++ b/docs/busybox.net/developer.html
@@ -29,7 +29,7 @@ Once you are setup with an account, you will need to use your account to
29checkout a copy of BusyBox from Subversion: 29checkout a copy of BusyBox from Subversion:
30 30
31<pre> 31<pre>
32svn list svn+ssh://username@svn.uclibc.org//svn/trunk/busybox</pre> 32svn list svn+ssh://username@svn.uclibc.org/svn/trunk/busybox</pre>
33<br> 33<br>
34It goes without saying you must change <em>username</em> to your own 34It goes without saying you must change <em>username</em> to your own
35username... 35username...