aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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