Skip to content

Commit

Permalink
fix typo in WordlistDir documentation (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi authored Oct 29, 2023
1 parent 83272ce commit 59c19f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/wordlists/wordlist_dir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def each(&block)
def find(name)
path = File.join(@path,name)

# check for an exact filenmae match first
# check for an exact filename match first
if File.file?(path)
path
else
Expand Down

0 comments on commit 59c19f0

Please sign in to comment.