From d38403e3a91dff3472cafd23769bc218d9cd8210 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 25 Jan 2016 05:54:32 +0000 Subject: [PATCH] Fix spelling mistake Typo in short description, reproduced in multiple files: homogenous -> homogeneous Change-Id: I062119b9bb9e7b536c575d42209e4e56e86239c0 --- README.rst | 2 +- doc/source/developer/index.rst | 2 +- doc/source/overview.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 81120c86a..5ac66b2d7 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ Overview -------- Senlin is a clustering service for OpenStack clouds. It creates and operates -clusters of homogenous objects exposed by other OpenStack services. The goal +clusters of homogeneous objects exposed by other OpenStack services. The goal is to make the orchestration of collections of similar objects easier. Senlin provides RESTful APIs to users so that they can associate various diff --git a/doc/source/developer/index.rst b/doc/source/developer/index.rst index 730131fd6..c67f7fcc3 100644 --- a/doc/source/developer/index.rst +++ b/doc/source/developer/index.rst @@ -20,7 +20,7 @@ Overview ~~~~~~~~ Senlin is a **clustering service** for OpenStack clouds. It creates and -operates clusters of homogenous objects exposed by other OpenStack services. +operates clusters of homogeneous objects exposed by other OpenStack services. The goal is to make orchestration of collections of similar objects easier. This document targets senlin contributors. diff --git a/doc/source/overview.rst b/doc/source/overview.rst index c08b526bb..2bb39aa32 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -18,7 +18,7 @@ Overview ======== Senlin is a **clustering service** for OpenStack clouds. It creates and -operates clusters of homogenous objects exposed by other OpenStack services. +operates clusters of homogeneous objects exposed by other OpenStack services. The goal is to make orchestration of collections of similar objects easier. A :term:`Cluster` can be associated with different :term:`Policy` objects