diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-09 18:24:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-09 18:24:45 +0000 |
commit | c5fc73d43f6451cd700eb500ac5d3aea7b2e53a0 (patch) | |
tree | 506fe3e2521e24cff758462474f37641a6f3815f /docs | |
parent | fc89d0247d082ad0e56b3a2847c10817e6a44c3f (diff) |
fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/uclibc.org/developer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/uclibc.org/developer.html b/docs/uclibc.org/developer.html index 215633c97..c0cbdf054 100644 --- a/docs/uclibc.org/developer.html +++ b/docs/uclibc.org/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 uClibc from Subversion: <pre> -svn list svn+ssh://username@svn.uclibc.org//svn/trunk/uClibc</pre> +svn list svn+ssh://username@svn.uclibc.org/svn/trunk/uClibc</pre> <br> It goes without saying you must change <em>username</em> to your own username... |