From 6287e2825c7efad95d1eab65cdec6818c9df829a Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 27 Apr 2017 08:42:32 -0500 Subject: Fix typo --- app/models/blob_viewer/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/blob_viewer') 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 -- cgit v1.2.3