From 89033f080b4045f6fe2e8d732b0d421dcea83a30 Mon Sep 17 00:00:00 2001 From: leiyashuai Date: Wed, 26 Oct 2016 19:28:05 -0700 Subject: [PATCH] [Trivial] Fix some typos in designate. Change-Id: I664b65d5c91b991b478c012955ccc1be94599c86 --- designate/worker/tasks/zone.py | 2 +- doc/source/howtos/multiple-pools.rst | 2 +- doc/source/pools.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/designate/worker/tasks/zone.py b/designate/worker/tasks/zone.py index 200298adf..0e2d24ec8 100644 --- a/designate/worker/tasks/zone.py +++ b/designate/worker/tasks/zone.py @@ -408,7 +408,7 @@ class ZonePoller(base.Task, ThresholdMixin): - ERROR: the operation failed - NO_ZONE: the zone doesn't exist on enough name servers - :return: Whether the the polling was succesful, and a status + :return: Whether the the polling was successful, and a status describing the state (bool, str) """ diff --git a/doc/source/howtos/multiple-pools.rst b/doc/source/howtos/multiple-pools.rst index 1534df200..9c96131ac 100644 --- a/doc/source/howtos/multiple-pools.rst +++ b/doc/source/howtos/multiple-pools.rst @@ -20,7 +20,7 @@ Designate supports "pools" of nameservers. A pool is a collection of nameservers and targets that Designate will write to and read from to -confirm changes are successfull. In some cases you might have multiple +confirm changes are successful. In some cases you might have multiple pools that you need to manage differently. For example, you might use separate pools to distribute tenants across some subset of your DNS infrastructure. diff --git a/doc/source/pools.rst b/doc/source/pools.rst index 383498ac3..5b8148e97 100644 --- a/doc/source/pools.rst +++ b/doc/source/pools.rst @@ -46,7 +46,7 @@ external facing zones. To help users create zones on the correct pool we have a "scheduler" that is responsible for examining the zone being created and the pools that are -availible for use, and matching the zone to a pool. +available for use, and matching the zone to a pool. The filters are pluggable (i.e. operator replaceable) and all follow a simple interface.