diff --git a/pkg/modules/libreoffice/api/api.go b/pkg/modules/libreoffice/api/api.go index d39d2324..99ef93fa 100644 --- a/pkg/modules/libreoffice/api/api.go +++ b/pkg/modules/libreoffice/api/api.go @@ -36,7 +36,7 @@ var ( ErrUnoException = errors.New("uno exception") // ErrRuntimeException happens when unoconverter returns exit code 6. - ErrRuntimeException = errors.New("uno exception") + ErrRuntimeException = errors.New("runtime exception") // ErrCoreDumped happens randomly; sometimes a conversion will work as // expected, and some other time the same conversion will fail.