summaryrefslogtreecommitdiffstats
path: root/app/models/repository
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-03-29 02:42:20 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-03-29 02:42:20 +0000
commit27dca22c917fd78e8e37ac1fd77bcfb7b1cf690d (patch)
tree373314857184481f298de64025e4cb6513b393e0 /app/models/repository
parentd2c80656f1455745211c4b44c83228b6712c099b (diff)
downloadredmine-27dca22c917fd78e8e37ac1fd77bcfb7b1cf690d.tar.gz
redmine-27dca22c917fd78e8e37ac1fd77bcfb7b1cf690d.zip
scm: git: fix typo in fetching revisions comment.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9286 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/repository')
-rw-r--r--app/models/repository/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb
index 186fc1309..48fee87e8 100644
--- a/app/models/repository/git.rb
+++ b/app/models/repository/git.rb
@@ -170,7 +170,7 @@ class Repository::Git < Repository
# Then later we won't need any conditions for db existence.
# Query for several revisions at once, and remove them from the revisions array, if they are there.
# Do this in chunks, to avoid eventual memory problems (in case of tens of thousands of commits).
- # If there are no revisions (because the original code's algoritm filtered them),
+ # If there are no revisions (because the original code's algorithm filtered them),
# then this part will be stepped over.
# We make queries, just if there is any revision.
limit = 100