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 | |
| parent | 899aa2269954097f81818cffe0c35cad8fc9b1d0 (diff) | |
| download | rabbitmq-server-git-565b27e403571c307f568f691fcc8275a662e730.tar.gz | |
spelling: explicitly
| -rwxr-xr-x | scripts/rabbitmq-server | 2 | ||||
| -rw-r--r-- | src/rabbit_lager.erl | 2 | ||||
| -rw-r--r-- | test/dynamic_ha_SUITE.erl | 2 | ||||
| -rw-r--r-- | test/unit_log_config_SUITE.erl | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/src/rabbit_lager.erl b/src/rabbit_lager.erl index 1a72d15009..6914d9d2fd 100644 --- a/src/rabbit_lager.erl +++ b/src/rabbit_lager.erl @@ -396,7 +396,7 @@ prepare_rabbit_log_config() -> set_env_default_log_console(); FileName when is_list(FileName) -> case os:getenv("RABBITMQ_LOGS_source") of - %% The user explicitely sets $RABBITMQ_LOGS; + %% The user explicitly sets $RABBITMQ_LOGS; %% we should override a file location even %% if it's set in rabbitmq.config "environment" -> set_env_default_log_file(FileName, override); diff --git a/test/dynamic_ha_SUITE.erl b/test/dynamic_ha_SUITE.erl index 6ccf3a75c3..3bdf7bb009 100644 --- a/test/dynamic_ha_SUITE.erl +++ b/test/dynamic_ha_SUITE.erl @@ -484,7 +484,7 @@ failing_random_policies(Config) -> [A, B | _] = Nodes = rabbit_ct_broker_helpers:get_node_configs(Config, nodename), %% Those set of policies were found as failing by PropEr in the - %% `random_policy` test above. We add them explicitely here to make + %% `random_policy` test above. We add them explicitly here to make %% sure they get tested. ?assertEqual(true, test_random_policy(Config, Nodes, [{nodes, [A, B]}, {nodes, [A]}])), diff --git a/test/unit_log_config_SUITE.erl b/test/unit_log_config_SUITE.erl index 584aa76760..07134f309a 100644 --- a/test/unit_log_config_SUITE.erl +++ b/test/unit_log_config_SUITE.erl @@ -660,7 +660,7 @@ env_var_tty(_) -> application:set_env(rabbit, lager_log_root, "/tmp/log_base"), application:set_env(rabbit, lager_default_file, tty), application:set_env(rabbit, lager_upgrade_file, tty), - %% tty can only be set explicitely + %% tty can only be set explicitly os:putenv("RABBITMQ_LOGS_source", "environment"), rabbit_lager:configure_lager(), |
