From 8bcdddfd044b4573fc395d5acecd58dbfea621f5 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 5 Apr 2015 22:09:35 -0500 Subject: [PATCH] Fix yardoc comment, thanks @void-in! --- lib/rex/payloads/meterpreter/uri_checksum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/payloads/meterpreter/uri_checksum.rb b/lib/rex/payloads/meterpreter/uri_checksum.rb index 0f56341ebf..5f4806e0dd 100644 --- a/lib/rex/payloads/meterpreter/uri_checksum.rb +++ b/lib/rex/payloads/meterpreter/uri_checksum.rb @@ -35,7 +35,7 @@ module Rex # Map "random" URIs to static strings, allowing us to randomize # the URI sent in the first request. # - # @param uri_match [String] The URI string from the HTTP request + # @param uri [String] The URI string from the HTTP request # @return [Hash] The attributes extracted from the URI def process_uri_resource(uri)