Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Sep 20, 2023
1 parent 99dd5f5 commit 20157be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerzone/conversion/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PDFtoPPMInvalidDepth(PDFtoPPMException):

class UnexpectedConversionError(PDFtoPPMException):
error_code = ERROR_SHIFT + 100
error_message = "Some unxpected error occured while converting the document"
error_message = "Some unexpected error occurred while converting the document"


def exception_from_error_code(error_code: int) -> Optional[ConversionException]:
Expand Down

0 comments on commit 20157be

Please sign in to comment.