Fix more typos.

This commit is contained in:
Adam Gandelman 2013-01-16 17:48:26 -08:00
parent 04cb835747
commit 1fb531670d
2 changed files with 3 additions and 4 deletions

View File

@ -174,10 +174,9 @@ function ha_changed() {
if is_clustered ; then
local vip="$(config-get vip)"
juju-log "$CHARM - ha_changed(): We are now HA clustered. "\
"Advertising our VIP (vip) to all AMQP clients."
"Advertising our VIP ($vip) to all AMQP clients."
for rid in $(relation-ids amqp) ; do
relation-set -r $rid relation-set clustered="true" \
vip="$(config-get vip)"
relation-set -r $rid clustered="true" vip="$vip"
done
fi
}

View File

@ -1 +1 @@
57
58