]> source.dussan.org Git - redmine.git/commitdiff
fix typo of app/models/repository/mercurial.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 3 May 2014 23:21:01 +0000 (23:21 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 3 May 2014 23:21:01 +0000 (23:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13129 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/repository/mercurial.rb

index f9339d800217b743bf9d8b21a84c250873fdd10a..abe1dfb707f5fce1aa0ad03e23bcf19658bd4910 100644 (file)
@@ -155,7 +155,7 @@ class Repository::Mercurial < Repository
       # Revisions in root directory and sub directory are not equal.
       # So, in order to get correct limit, we need to get all revisions.
       # But, it is very heavy.
-      # Mercurial does not treat direcotry.
+      # Mercurial does not treat directory.
       # So, "hg log DIR" is very heavy.
       branch_limit = path.blank? ? limit : ( limit * 5 )
       args << nodes_in_branch(rev, branch_limit)