mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
Fix typo
This commit is contained in:
parent
99dd5f5139
commit
20157bef58
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class PDFtoPPMInvalidDepth(PDFtoPPMException):
|
||||||
|
|
||||||
class UnexpectedConversionError(PDFtoPPMException):
|
class UnexpectedConversionError(PDFtoPPMException):
|
||||||
error_code = ERROR_SHIFT + 100
|
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]:
|
def exception_from_error_code(error_code: int) -> Optional[ConversionException]:
|
||||||
|
|
Loading…
Reference in a new issue