Skip to content

Commit

Permalink
Merge pull request #82 from orbitcowboy/v2.x
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
fritz-hh committed Sep 20, 2014
2 parents 1780140 + 3904178 commit 5a81823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OCRmyPDF.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,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
2 changes: 1 addition & 1 deletion src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5a81823

Please sign in to comment.