diff options
author | Eric Andersen | 2005-02-09 18:25:10 +0000 |
---|---|---|
committer | Eric Andersen | 2005-02-09 18:25:10 +0000 |
commit | 8063d5ca256d7194f39ace521c31621b4dd611e4 (patch) | |
tree | 0792a92370832090bcdebe716a4d1bb343b2c097 | |
parent | fdab4b1917b4985334d4367d39451da3bb0919f9 (diff) | |
download | busybox-8063d5ca256d7194f39ace521c31621b4dd611e4.zip busybox-8063d5ca256d7194f39ace521c31621b4dd611e4.tar.gz |
fix typo
-rw-r--r-- | docs/busybox.net/developer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html index b434262..c6f4ba6 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 checkout a copy of BusyBox from Subversion: <pre> -svn list svn+ssh://username@svn.uclibc.org//svn/trunk/busybox</pre> +svn list svn+ssh://username@svn.uclibc.org/svn/trunk/busybox</pre> <br> It goes without saying you must change <em>username</em> to your own username... |