aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorBen Muschol2017-08-13 16:41:18 -0400
committerBen Muschol2017-08-13 16:41:18 -0400
commitd052f503f90ad08f6f889891e3fb72e97988a80e (patch)
treef4b4703e2865f70f0f43c0d0a4f824ea254aec50 /Library/Homebrew
parent91b139aca293bea1aa926c5301754e8603c9275e (diff)
downloadbrew-d052f503f90ad08f6f889891e3fb72e97988a80e.tar.bz2
fix typo
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/utils/github.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb
index 59c7d7ac8..05ef7e3c8 100644
--- a/Library/Homebrew/utils/github.rb
+++ b/Library/Homebrew/utils/github.rb
@@ -291,7 +291,7 @@ module GitHub
"q=#{uri_escape(params_list.join(" "))}&per_page=100"
end
- def format_paramater(key, value)
+ def format_parameter(key, value)
"#{key}:#{value}"
end