From f7e649831dd15146956e0c1db0a8dc8a2d2c750f Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 29 Oct 2015 00:45:06 -0700 Subject: [PATCH] doctor: Fix typo in uncommitted modifications warning message Closes Homebrew/homebrew#45443. 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 686b0b98cc..6423abe0b4 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1045,7 +1045,7 @@ class Checks unless `git status --untracked-files=all --porcelain -- Library/Homebrew/ 2>/dev/null`.chomp.empty? <<-EOS.undent_________________________________________________________72 You have uncommitted modifications to Homebrew - If this a surprise to you, then you should stash these modifications. + If this is a surprise to you, then you should stash these modifications. Stashing returns Homebrew to a pristine state but can be undone should you later need to do so for some reason. cd #{HOMEBREW_LIBRARY} && git stash && git clean -d -f