Skip to content

Commit 50bb349

Browse files
authored
Merge pull request #1102 from shioyama/fix_alredy_typo
Fix typo: `alredy` → `already`
2 parents f90fd50 + 2dc9607 commit 50bb349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/webmock/http_lib_adapters/net_http.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ def build_webmock_response(net_http_response)
200200

201201

202202
def check_right_http_connection
203-
unless @@alredy_checked_for_right_http_connection ||= false
203+
unless @@already_checked_for_right_http_connection ||= false
204204
WebMock::NetHTTPUtility.puts_warning_for_right_http_if_needed
205-
@@alredy_checked_for_right_http_connection = true
205+
@@already_checked_for_right_http_connection = true
206206
end
207207
end
208208
end

0 commit comments

Comments
 (0)