Skip to content

Commit 0133e86

Browse files
committed
Fix typo
1 parent da0a9f6 commit 0133e86

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)