You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2014/01/06 16:18:30 UTC

[40/50] git commit: [#5424] Fix minor typos

[#5424] Fix minor typos

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c67efb52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c67efb52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c67efb52

Branch: refs/heads/cj/6992
Commit: c67efb525633dc44a5548abc6b20547b43945cc2
Parents: 94ae6dd
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Thu Jan 2 20:21:58 2014 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu Jan 2 20:22:35 2014 +0000

----------------------------------------------------------------------
 Allura/docs/scm_host.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c67efb52/Allura/docs/scm_host.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/scm_host.rst b/Allura/docs/scm_host.rst
index f500703..0e11e8a 100644
--- a/Allura/docs/scm_host.rst
+++ b/Allura/docs/scm_host.rst
@@ -119,7 +119,7 @@ Alternate Setup with HTTP
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 To use SVN over HTTP, you will need to patch and compile an Apache module, so
-that all svn repos can by dynamically served.
+that all svn repos can be dynamically served.
 
 .. warning::
 
@@ -162,7 +162,7 @@ you can modify :file:`dav_svn.conf` to look like:
       SVNParentPath /srv/svn
       ...
 
-Then Apache SVN will serve repositories for all Allura project and subprojects.
+Then Apache SVN will serve repositories for all Allura projects and subprojects.
 
 .. warning::
 
@@ -282,7 +282,7 @@ In particular, you will need to answer the following questions (substitute your
 Update the chroot ssh configuration
 -------------------------------------------------
 
-* Update the file :file:`/var/chroot/scm/etc/ssh/sshd_config`, changing the port directive:
+Update the file :file:`/var/chroot/scm/etc/ssh/sshd_config`, changing the port directive:
 
 .. code-block:: guess