Skip to content

Commit 6e4b6d3

Browse files
authored
Fixed spelling error
1 parent 65dc3d6 commit 6e4b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

name_that_hash/prettifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, kwargs, api=False):
2222
self.hashcat = kwargs["no_hashcat"]
2323

2424
def greppable_output(self, objs: List):
25-
logger.debug("Grepable output")
25+
logger.debug("Greppable output")
2626
logger.debug(objs)
2727
"""
2828
takes the prototypes and turns it into json

0 commit comments

Comments
 (0)