diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:08:44 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:08:44 -0500 |
| commit | 565b27e403571c307f568f691fcc8275a662e730 (patch) | |
| tree | 39319a72fae63af5a0e88a134ebf6600fb5f3fd1 /scripts/rabbitmq-server | |
| parent | 899aa2269954097f81818cffe0c35cad8fc9b1d0 (diff) | |
| download | rabbitmq-server-git-565b27e403571c307f568f691fcc8275a662e730.tar.gz | |
spelling: explicitly
Diffstat (limited to 'scripts/rabbitmq-server')
| -rwxr-xr-x | scripts/rabbitmq-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-server b/scripts/rabbitmq-server index aeac38e46f..67231fddb4 100755 --- a/scripts/rabbitmq-server +++ b/scripts/rabbitmq-server @@ -374,7 +374,7 @@ else # This is considered an abnormal process termination. Normally, we # don't need to specify this exit code because the shell propagates it. # Unfortunately, the signal handler doesn't work as expected in Dash, - # thus we need to explicitely restate the exit code. + # thus we need to explicitly restate the exit code. trap "stop_rabbitmq_server; exit 0" HUP TERM TSTP trap "stop_rabbitmq_server; exit 130" INT |
