Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-04-27 16:42:32 +0300
committerDouwe Maan <douwe@selenight.nl>2017-04-27 20:23:27 +0300
commit6287e2825c7efad95d1eab65cdec6818c9df829a (patch)
treef8fb30f562a9e26ff937005594ff8987c3ce8e08 /app/models/blob_viewer
parent87a3bd26fa1c6379801062fd65fea59e587baeee (diff)
Fix typo
Diffstat (limited to 'app/models/blob_viewer')
-rw-r--r--app/models/blob_viewer/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/blob_viewer/base.rb b/app/models/blob_viewer/base.rb
index 3ca73565d81..f944b00c9d3 100644
--- a/app/models/blob_viewer/base.rb
+++ b/app/models/blob_viewer/base.rb
@@ -56,7 +56,7 @@ module BlobViewer
end
# This method is used on the server side to check whether we can attempt to
- # render the blob at all. Human-readible error messages are found in the
+ # render the blob at all. Human-readable error messages are found in the
# `BlobHelper#blob_render_error_reason` helper.
#
# This method does not and should not load the entire blob contents into