Skip to content

Commit a61c4b9

Browse files
authored
Merge pull request voxpupuli#921 from MindTooth/docs/fix_typos
2 parents 462fe6a + 67abb26 commit a61c4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
#
110110
# @param admin_enable
111111
# If enabled sets up the management interface/plugin for RabbitMQ.
112-
# This also install the rabbitmqadmin command line tool.
112+
# This will also install the rabbitmqadmin command line tool.
113113
# @param management_enable
114114
# If enabled sets up the management interface/plugin for RabbitMQ.
115115
# NOTE: This does not install the rabbitmqadmin command line tool.
@@ -511,7 +511,7 @@
511511

512512
unless $use_config_file_for_plugins {
513513
# NOTE(hjensas): condition on $service_manage to keep current behaviour.
514-
# The condition is likely not required because installiton of rabbitmqadmin
514+
# The condition is likely not required because installation of rabbitmqadmin
515515
# is no longer handled here.
516516
# TODO: Remove the condition on $service_manage
517517
if ($management_enable or $admin_enable) and $service_manage {

0 commit comments

Comments
 (0)