summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2018-01-05 09:41:05 +0000
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2018-01-05 09:41:05 +0000
commit6b15784ce7d893ed509c00d9f51a4702787799ed (patch)
tree823e656d70f99edab714f62bb777dd7a7d6a00df
parent59e50e33b3203bfe450f82d2ee2cc83b87f9e5fb (diff)
downloadgitlab-ce-6b15784ce7d893ed509c00d9f51a4702787799ed.tar.gz
Fix typos in a code comment
-rw-r--r--lib/gitlab/git/blob.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/git/blob.rb b/lib/gitlab/git/blob.rb
index bd91125d3b6..a1755143abe 100644
--- a/lib/gitlab/git/blob.rb
+++ b/lib/gitlab/git/blob.rb
@@ -138,8 +138,8 @@ module Gitlab
# Gitaly will think that setting the limit to 0 means unlimited, while
# the client might only need the metadata and thus set the limit to 0.
- # In this method we'll than set the limit to 1, but clear the byte of data
- # that we got back so fot the outside world it looks like the limit was
+ # In this method we'll then set the limit to 1, but clear the byte of data
+ # that we got back so for the outside world it looks like the limit was
# actually 0.
req_limit = limit == 0 ? 1 : limit