You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/08/24 18:16:08 UTC

allura git commit: [#7403] Fixed the grammar in the comment

Repository: allura
Updated Branches:
  refs/heads/master 11d767847 -> b4cbd5df0


[#7403] Fixed the grammar in the comment


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

Branch: refs/heads/master
Commit: b4cbd5df003aadb7501baf72a78c2235759540dc
Parents: 11d7678
Author: jredd <jr...@gmail.com>
Authored: Sun Aug 23 19:12:25 2015 -0500
Committer: jredd <jr...@gmail.com>
Committed: Sun Aug 23 19:12:25 2015 -0500

----------------------------------------------------------------------
 ForgeGit/forgegit/templates/git/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/b4cbd5df/ForgeGit/forgegit/templates/git/index.html
----------------------------------------------------------------------
diff --git a/ForgeGit/forgegit/templates/git/index.html b/ForgeGit/forgegit/templates/git/index.html
index b1dfd50..400f016 100644
--- a/ForgeGit/forgegit/templates/git/index.html
+++ b/ForgeGit/forgegit/templates/git/index.html
@@ -59,7 +59,7 @@
     <div class="codehilite">
       <pre>cd myproject
 git init
-# add all your files.  Use can use specific filenames or directories instead of '.'
+# add all your files.  Users can specify file names or directories instead of '.'
 git add .
 git commit -a -m 'Initial commit'
 git remote add origin {{c.app.repo.clone_url('rw', c.user.username)}}