Skip to content

Commit 704e4d7

Browse files
committed
Fix typo in client_request.rb comment
2 parents 352e14c + 0133e86 commit 704e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/proto/http/client_request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def to_s
115115

116116
qstr << '&' if qstr.length > 0
117117
qstr << (opts['encode_params'] ? set_encode_uri(var) : var)
118-
# support get paraemter without value
118+
# support get parameter without value
119119
# Example: uri?parameter
120120
if val
121121
val = val.to_s

0 commit comments

Comments
 (0)