diff options
| author | Markus Reiter | 2017-09-10 23:11:01 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-10 23:11:01 +0200 |
| commit | 5bcce735ddd7b68da6bde7dec6ca318c7801aade (patch) | |
| tree | 20b7d0be969e3f9346c1cc3ac0c46660316f4c03 /Library/Homebrew/test/utils | |
| parent | 8f8f0f0a9efb7e73d2d12c05f5086f65fabe579d (diff) | |
| parent | 8e4150b20b811175d4778ec73f3018b8ef878742 (diff) | |
| download | brew-5bcce735ddd7b68da6bde7dec6ca318c7801aade.tar.bz2 | |
Merge pull request #3143 from jsoref/spelling
Spelling
Diffstat (limited to 'Library/Homebrew/test/utils')
| -rw-r--r-- | Library/Homebrew/test/utils/github_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/utils/github_spec.rb b/Library/Homebrew/test/utils/github_spec.rb index 9322898ee..a132894f9 100644 --- a/Library/Homebrew/test/utils/github_spec.rb +++ b/Library/Homebrew/test/utils/github_spec.rb @@ -2,7 +2,7 @@ require "utils/github" describe GitHub do describe "::search_code", :needs_network do - it "queries GitHub code with the passed paramaters" do + it "queries GitHub code with the passed parameters" do results = subject.search_code(repo: "Homebrew/brew", path: "/", filename: "readme", language: "markdown") |
