Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

English language minor corrections in diagnostic.rb #16120

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Library/Homebrew/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ def build_error_checks

def please_create_pull_requests(what = "unsupported configuration")
<<~EOS
It is expected behaviour that some formulae will fail to build in this #{what}.
It is expected behaviour that Homebrew will be buggy and slow.
It is expected behavior that some formulae will fail to build in this #{what}.
It is expected behavior that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Any opened issues will be immediately closed without a response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
Expand Down Expand Up @@ -219,7 +219,7 @@ def check_for_stray_dylibs

__check_stray_files "/usr/local/lib", "*.dylib", allow_list, <<~EOS
Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
If you didn't put them there on purpose, they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected dylibs:
Expand Down Expand Up @@ -369,7 +369,7 @@ def check_access_directories
You should change the ownership of these directories to your user.
sudo chown -R #{current_user} #{not_writable_dirs.join(" ")}

And make sure that your user has write permission.
And also make sure that your user has write permission.
chmod u+w #{not_writable_dirs.join(" ")}
EOS
end
Expand Down
Loading