From 7c5120ca21fb0e64084c0deb91d60b3c85942ca1 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Mon, 23 Jan 2017 13:42:45 +0700 Subject: [PATCH] Typo fix: interupt => interrupt, accross => across Change-Id: I86c2f3dfee85bed03914f64e6da87b88c1cc1817 --- doc/source/coding-guidelines.rst | 2 +- doc/source/new-api-charm.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/coding-guidelines.rst b/doc/source/coding-guidelines.rst index bab3b143..559abdef 100644 --- a/doc/source/coding-guidelines.rst +++ b/doc/source/coding-guidelines.rst @@ -687,4 +687,4 @@ Why? Adapters and Contexts are regulary called via the update status hook to assess whether a charm is ready. If calling the Context or Adapter has unexpected -side effects it could interupt service. See `Bug #1605184 `__ for an example of this issue. +side effects it could interrupt service. See `Bug #1605184 `__ for an example of this issue. diff --git a/doc/source/new-api-charm.rst b/doc/source/new-api-charm.rst index 720577c4..26b2231f 100644 --- a/doc/source/new-api-charm.rst +++ b/doc/source/new-api-charm.rst @@ -186,7 +186,7 @@ across them. However, the congress endpoint registered in Keystone is still 10.5.3.128, so if congress/1 dies clients will fail to connect unless they explicitly set congress url. To fix this a Congress VIP can be registered in Keystone and -the VIP floated accross the Congress units using the hacluster charm. +the VIP floated across the Congress units using the hacluster charm. Adding HA ~~~~~~~~~