Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Jan 7, 2024
1 parent ad1f0ca commit 9ab4e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnstwist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ def signal_handler(signal, frame):
parser.error('argument --lsh-url requires --lsh')

if args.lsh and args.lsh not in ('ssdeep', 'tlsh'):
parser.error('invalid LSH algorithm (choose ssdeep or tlash)')
parser.error('invalid LSH algorithm (choose ssdeep or tlsh)')

if not args.phash:
if args.phash_url:
Expand Down

0 comments on commit 9ab4e6a

Please sign in to comment.