Skip to content

Commit

Permalink
Merge pull request spf13#546 from jrobeson/patch-1
Browse files Browse the repository at this point in the history
fix spelling of occurred in debug()
  • Loading branch information
spf13 committed Feb 3, 2014
2 parents 364b1c5 + f68eb5a commit b44573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ error() {

debug() {
if [ "$debug_mode" -eq '1' ] && [ "$ret" -gt '1' ]; then
msg "An error occured in function \"${FUNCNAME[$i+1]}\" on line ${BASH_LINENO[$i+1]}, we're sorry for that."
msg "An error occurred in function \"${FUNCNAME[$i+1]}\" on line ${BASH_LINENO[$i+1]}, we're sorry for that."
fi
}

Expand Down

0 comments on commit b44573e

Please sign in to comment.