From 1b40ed498695910b128864f9e23973a62b3a8dc7 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 25 Jun 2011 14:00:35 -0500 Subject: [PATCH] Tweak large copy --- bin/linguist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linguist b/bin/linguist index cca25b9f..94ec830b 100755 --- a/bin/linguist +++ b/bin/linguist @@ -31,7 +31,7 @@ elsif File.file?(path) puts " language: #{blob.language}" if blob.large? - puts " large (blob is too large to be shown)" + puts " blob is to large to be shown" end if blob.generated?