Skip to content
Snippets Groups Projects
Commit 3ca5d02e authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Correct "recompile" typo.

parent b51a31e9
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class PycFile(File):
)
]
except ValueError as exc:
self.add_comment("Could not decombile bytecode: {}".format(exc))
self.add_comment("Could not decompile bytecode: {}".format(exc))
return []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment