You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "S.Ramaswamy" <ra...@collab.net> on 2004/05/07 05:27:07 UTC

[PATCH] - Fix typo in svn best practices document

Log Message:
Fix typo in svn-best-practices.html

* doc/user/svn-best-practices.html
  (Use a Sane Repository Layout) : Fix typo - change 'main' to 'may'

Index: doc/user/svn-best-practices.html
===================================================================
--- doc/user/svn-best-practices.html	(revision 9637)
+++ doc/user/svn-best-practices.html	(working copy)
@@ -22,7 +22,7 @@
 <p>The Subversion project officially recommends the idea of a "project
 root", which represents an anchoring point for a project.  A "project
 root" contains exactly three subdirectories: <tt>/trunk</tt>,
-<tt>/branches</tt>, and <tt>/tags</tt>.  A repository main contain
+<tt>/branches</tt>, and <tt>/tags</tt>.  A repository may contain
 only one project root, or it may contain a number of them.</p>
 
 <p><em>Book reference:</em><a
@@ -320,4 +320,4 @@
 
 
 </body>
-</html>
\ No newline at end of file
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] - Fix typo in svn best practices document

Posted by kf...@collab.net.
"S.Ramaswamy" <ra...@collab.net> writes:
> Log Message:
> Fix typo in svn-best-practices.html
> 
> * doc/user/svn-best-practices.html
>   (Use a Sane Repository Layout) : Fix typo - change 'main' to 'may'

Got it.  Applied in r9646, thanks.

By the way:

>  </body>
> -</html>
> \ No newline at end of file
> +</html>

I think your editor might be set to always ensure a newline at the end
of text files?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org