summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:18:36 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:18:36 -0500
commitb0ffedc07963e589b413e8406ce638b189c9843f (patch)
tree3d61735d0543bf1671e660b2ba6e3ac384733e5d /test
parent064ca0e5e224d0adbbcf19a84a7d082ffdf9e604 (diff)
downloadrabbitmq-server-git-b0ffedc07963e589b413e8406ce638b189c9843f.tar.gz
spelling: output
Diffstat (limited to 'test')
-rw-r--r--test/rabbitmqctl_shutdown_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rabbitmqctl_shutdown_SUITE.erl b/test/rabbitmqctl_shutdown_SUITE.erl
index 0debfde2b6..b4279c6032 100644
--- a/test/rabbitmqctl_shutdown_SUITE.erl
+++ b/test/rabbitmqctl_shutdown_SUITE.erl
@@ -111,7 +111,7 @@ node_is_running(Node) ->
shutdown_ok(Node) ->
%% Start a command
{stream, Stream} = rabbit_ct_broker_helpers:control_action(shutdown, Node, []),
- %% Execute command steps. Each step will ouput a binary string
+ %% Execute command steps. Each step will output a binary string
Lines = 'Elixir.Enum':to_list(Stream),
ct:pal("Command output ~p ~n", [Lines]),
[true = is_binary(Line) || Line <- Lines],