From 4fa8b620f9e348bae766c8e0cf4678ea9ffae472 Mon Sep 17 00:00:00 2001 From: Damgermys <82285874+Damgermys@users.noreply.github.com> Date: Sat, 10 Apr 2021 21:35:08 +0200 Subject: [PATCH] fix: text correction "occurred" --- kosmorrolib/dumper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kosmorrolib/dumper.py b/kosmorrolib/dumper.py index e12d558..16625bc 100644 --- a/kosmorrolib/dumper.py +++ b/kosmorrolib/dumper.py @@ -377,7 +377,7 @@ class PdfDumper(Dumper): with open('/tmp/kosmorro-%s.log' % timestamp, 'wb') as file: file.write(error.stdout) - raise CompileError(_('An error occured during the compilation of the PDF.\n' + raise CompileError(_('An error occurred during the compilation of the PDF.\n' 'Please open an issue at https://github.com/Kosmorro/kosmorro/issues and share ' 'the content of the log file at /tmp/kosmorro-%s.log' % timestamp)) from error