From a90363b605b42f9c6ac58cdc23720ce318f0b779 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Thu, 1 Oct 2015 16:51:13 +0100 Subject: [PATCH] doctor: minor grammar correction: 'pluralize' breakage Closes Homebrew/homebrew#44497. Signed-off-by: Baptiste Fontaine --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 7a59969922..a688a404e5 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -242,7 +242,7 @@ class Checks if !ARGV.homebrew_developer? && MacOS.version >= "10.12" then <<-EOS.undent You are using OS X #{MacOS.version}. We do not provide support for this pre-release version. - You may encounter build failures or other breakage. + You may encounter build failures or other breakages. EOS end end