summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZhao Lei <zhaolei@cn.fujitsu.com>2015-09-24 17:31:53 +0800
committerZhao Lei <zhaolei@cn.fujitsu.com>2015-09-24 18:11:22 +0800
commit9138ba24b88b29b05236075f24cf6099aff68335 (patch)
tree41c53edcaa736339a862b9963eff3429dc155868 /etc
parent6f95227e333e5ff5a282b9cc1ff8c22450d92319 (diff)
downloadoslo-messaging-9138ba24b88b29b05236075f24cf6099aff68335.tar.gz
Fix spelling typo in output
abandonning -> abandoning for output of oslo_messaging/_drivers/impl_rabbit.py Plus some small fix for source comments/config help. Change-Id: Ia4bd1465cbe8beef8e109d20e5ddbec12d6d8e8f Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/routing_notifier.yaml.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/routing_notifier.yaml.sample b/etc/routing_notifier.yaml.sample
index 26fb731..47af4b9 100644
--- a/etc/routing_notifier.yaml.sample
+++ b/etc/routing_notifier.yaml.sample
@@ -3,7 +3,7 @@
# However, defining different sets for the same driver allows you
# to do OR operations.
#
-# See how this logic is modeled below:
+# See how this logic is modelled below:
#
# if (priority in info, warn or error) or
# (event == compute.scheduler.run_instance)