Skip to content

Commit 965915e

Browse files
committed
Fix typo, thanks!
1 parent 38491fd commit 965915e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/samba/is_known_pipename.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def enumerate_directories(share)
139139
end
140140
end
141141

142-
# Detemrine whether a directory in a share is writeable
142+
# Determine whether a directory in a share is writeable
143143
def verify_writeable_directory(share, directory="")
144144
begin
145145
simple.connect("\\\\#{rhost}\\#{share}")

0 commit comments

Comments
 (0)