1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Fix typo, thanks!

This commit is contained in:
HD Moore 2017-05-27 22:22:34 -05:00
parent 38491fd7ba
commit 965915eb19

View File

@ -139,7 +139,7 @@ class MetasploitModule < Msf::Exploit::Remote
end
end
# Detemrine whether a directory in a share is writeable
# Determine whether a directory in a share is writeable
def verify_writeable_directory(share, directory="")
begin
simple.connect("\\\\#{rhost}\\#{share}")