Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed May 29, 2022
1 parent 7a0620c commit 8a26281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/factories/oldid.py
Expand Up @@ -50,7 +50,7 @@ def to_model(self) -> Verdict:
details.append(
Detail(
key="benign",
description="There is no suspicous OLE file in attachments.",
description="There is no suspicious OLE file in attachments.",
)
)
return Verdict(name=self.name, malicious=malicious, details=details)
Expand Down

0 comments on commit 8a26281

Please sign in to comment.