Skip to content

Commit

Permalink
Merge pull request #441 from sobolevn/patch-2
Browse files Browse the repository at this point in the history
Typos fixed
  • Loading branch information
martin-schulze-vireso committed May 5, 2021
2 parents 66ce6eb + 1305713 commit 572e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bats-core/tracing.bash
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ bats_trim_filename() {
bats_debug_trap() {
# don't update the trace within library functions or we get backtraces from inside traps
if [[ "$1" != $BATS_ROOT/lib/* && "$1" != $BATS_ROOT/libexec/* ]]; then
# The last entry in the stack trace is not useful when en error occured:
# The last entry in the stack trace is not useful when an error occurred:
# It is either duplicated (kinda correct) or has wrong line number (Bash < 4.4)
# Therefore we capture the stacktrace but use it only after the next debug
# trap fired.
Expand Down

0 comments on commit 572e1a6

Please sign in to comment.