Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 28, 2024
1 parent 6c72439 commit 4e055b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/rubocops/caveats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module FormulaAudit
# # bad
# def caveats
# <<~EOS
# Use `setuid` to allow running the exeutable by non-root users.
# Use `setuid` to allow running the executable by non-root users.
# EOS
# end
#
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/test/cask/cask_loader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
end

context "to a cask in an other tap" do
# Can't use local-caffeine. It is a fixture in the :core_cask_tap and would take precendence over :new_tap.
# Can't use local-caffeine. It is a fixture in the :core_cask_tap and would take precedence over :new_tap.
let(:token) { "some-cask" }

let(:old_tap) { Tap.fetch("homebrew", "foo") }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class VerifyUndefined < AbstractCommand
Verifies that the following constants have not been defined
at startup to make sure that startup times stay consistent.
Contants:
Constants:
#{UNDEFINED_CONSTANTS.join("\n")}
EOS
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
it { is_expected.to be true }
end

describe "succeeds on newer mismatched major/minor required Ruby version and configurated environment" do
describe "succeeds on newer mismatched major/minor required Ruby version and configured environment" do
let(:required_ruby_version) { "2.0.0" }

before do
Expand Down

0 comments on commit 4e055b1

Please sign in to comment.