Author: lyalyakin
Date: Mon Nov 20 15:02:28 2017
New Revision: 1815816
URL: http://svn.apache.org/viewvc?rev=1815816&view=rev
Log:
* staging/quick-start.html
(#setting-up-a-local-repo): typofix.
Modified:
subversion/site/staging/quick-start.html
Modified: subversion/site/staging/quick-start.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/quick-start.html?rev=1815816&r1=1815815&r2=1815816&view=diff
==============================================================================
--- subversion/site/staging/quick-start.html (original)
+++ subversion/site/staging/quick-start.html Mon Nov 20 15:02:28 2017
@@ -432,7 +432,7 @@ in the working copy and track the change
file://$HOME/.svnrepos/MyRepo/trunk \
file://$HOME/.svnrepos/MyRepo/branches \
file://$HOME/.svnrepos/MyRepo/tags</pre></li>
- <li>Change directory to <tt>./MyProject</tt> where your unvesioned
+ <li>Change directory to <tt>./MyProject</tt> where your unversioned
project is located:
<pre>$ cd $HOME/MyProject</pre></li>
<li>Convert the current directory into a working copy of the trunk/ in
@@ -458,7 +458,7 @@ in the working copy and track the change
file:///C:/Repositories/MyRepo/trunk ^
file:///C:/Repositories/MyRepo/branches ^
file:///C:/Repositories/MyRepo/tags </pre></li>
- <li>Change directory to <tt>C:\MyProject</tt> where your unvesioned
+ <li>Change directory to <tt>C:\MyProject</tt> where your unversioned
project is located:
<pre>cd C:\MyProject</pre></li>
<li>Convert the current directory into a working copy of the trunk/ in