From 59c19f02803493e4b57bad1716ba6a05f5510482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Bieniek?= Date: Sun, 29 Oct 2023 18:38:45 +0100 Subject: [PATCH] fix typo in `WordlistDir` documentation (#11) --- lib/ronin/wordlists/wordlist_dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ronin/wordlists/wordlist_dir.rb b/lib/ronin/wordlists/wordlist_dir.rb index 0e358e9..94677fb 100644 --- a/lib/ronin/wordlists/wordlist_dir.rb +++ b/lib/ronin/wordlists/wordlist_dir.rb @@ -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