Skip to content

Commit b9d4663

Browse files
author
Patrick Copeland
committed
Fix typo
1 parent 6161988 commit b9d4663

File tree

1 file changed

+1
-1
lines changed
  • multiscanner/distributed

1 file changed

+1
-1
lines changed

multiscanner/distributed/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def _pre_process(report_dict={}):
588588
executed on report_dict.
589589
'''
590590

591-
# TODO: create way to mark certain daata as internal only (e.g., does
591+
# TODO: create way to mark certain data as internal only (e.g., does
592592
# not need to be part of generated report)
593593
# pop unecessary keys
594594
if report_dict.get('Report', {}).get('ssdeep', {}):

0 commit comments

Comments
 (0)