Skip to content

Commit 179177d

Browse files
committed
Fix typo
1 parent 78ec4c9 commit 179177d

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/swg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def check_setup
2929

3030
# Sends a HTTP request with Rex
3131
#
32-
# @param (see Rex::Proto::Http::Resquest#request_raw)
32+
# @param (see Rex::Proto::Http::Request#request_raw)
3333
# @raise [Rex::ConnectionError] Something has gone wrong while sending the HTTP request
3434
# @return [Rex::Proto::Http::Response] The HTTP response
3535
def send_request(opts)

0 commit comments

Comments
 (0)