Skip to content

Commit

Permalink
full: Fix typo, fixes #10
Browse files Browse the repository at this point in the history
[Received] [Received] [Received] [Received] [Received]

Reported-by: Kang-Che Sung (宋岡哲) <https://github.com/Explorer09>
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed May 7, 2018
1 parent 783c219 commit e4dd208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source Code/GNU Bash Shell Script(full).template.bash
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ meta_trap_err(){
}; declare -fr meta_trap_err

meta_trap_int(){
printf '%s: Recieved SIGINT, script is interrupted.\n' "${FUNCNAME[0]}" 1>&2
printf '%s: Received SIGINT, script is interrupted.\n' "${FUNCNAME[0]}" 1>&2
return "${COMMON_RESULT_SUCCESS}"
}; declare -fr meta_trap_int

Expand Down

0 comments on commit e4dd208

Please sign in to comment.