Skip to content
Snippets Groups Projects
Commit 6b15784c authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Fix typos in a code comment

parent 59e50e33
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment