Skip to content

Commit d4aed08

Browse files
committed
Fix typo
1 parent 0939bbc commit d4aed08

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/snmp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def has_write_access?(snmp_client, value)
114114

115115
end
116116

117-
# Sets the connection timeout approrpiately for SNMP
117+
# Sets the connection timeout appropriately for SNMP
118118
# if the user did not set it.
119119
def set_sane_defaults
120120
self.connection_timeout = 2 if self.connection_timeout.nil?

0 commit comments

Comments
 (0)