"Cant" -> "Can't"

This commit is contained in:
Robert Speicher 2012-08-10 19:47:54 -04:00
parent 6ebd360cf2
commit 6af38f5145
7 changed files with 8 additions and 8 deletions

View file

@ -137,7 +137,7 @@ module Gitlab
owner_name = repo.permissions[0]["RW+"][""][0]
raise StandardError if owner_name.blank?
rescue => ex
puts "Cant determine gitolite-admin owner".red
puts "Can't determine gitolite-admin owner".red
raise StandardError
end