Fixed typo

This commit is contained in:
Martin Ettl
2014-09-09 07:01:04 +02:00
parent 8bb9c3610c
commit 3904178d44
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -292,4 +292,4 @@ END=`date +%s`
[ $VERBOSITY -ge $LOG_DEBUG ] && echo "Script took $(($END-$START)) seconds"
[ $pdf_valid -ne 1 ] && exit $EXIT_INVALID_OUPUT_PDFA || exit 0
[ $pdf_valid -ne 1 ] && exit $EXIT_INVALID_OUTPUT_PDFA || exit 0
+1 -1
View File
@@ -15,7 +15,7 @@ VERSION="v2.0-stable"
EXIT_BAD_ARGS="1"
EXIT_BAD_INPUT_FILE="2"
EXIT_MISSING_DEPENDENCY="3"
EXIT_INVALID_OUPUT_PDFA="4"
EXIT_INVALID_OUTPUT_PDFA="4"
EXIT_FILE_ACCESS_ERROR="5"
EXIT_OTHER_ERROR="15"