aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2011-06-25 14:00:35 -0500
committerJoshua Peek <josh@joshpeek.com>2011-06-25 14:00:35 -0500
commit1b40ed498695910b128864f9e23973a62b3a8dc7 (patch)
treeb729014c792093860e507d49a0defcbf56908822 /bin
parentddb629b63a2c9055300c2724a9f33b1ef6e7c38a (diff)
Tweak large copy
Diffstat (limited to 'bin')
-rwxr-xr-xbin/linguist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/linguist b/bin/linguist
index cca25b9..94ec830 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?