Fix typos in glossary.rst & profiles.rst

TrivialFix

Change-Id: I80211e3efa882a772d7ca14f15592098818d3eb9
This commit is contained in:
melissaml
2016-10-15 21:21:32 +08:00
parent 7dd72cf7e1
commit f1699421e5
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ This section contains the glossary for the Senlin service.
Profile
A profile is a mould used for creating objects (i.e. :term:`Node`). A
profile is an instance of a :term:`Profile Type` with all required
information specified. Each profile has an unique ID. As a guideline, a
information specified. Each profile has a unique ID. As a guideline, a
profile cannot be updated once created. To change a profile, you have to
create a new instance.

View File

@@ -23,7 +23,7 @@ Concept
A :term:`Profile` is the mould used for creating a :term:`Node` to be managed
by the Senlin service. It can be treated as an instance of a
:term:`Profile Type` with an unique ID. A profile encodes the information
:term:`Profile Type` with a unique ID. A profile encodes the information
needed for node creation in a property named ``spec``.
The primary job for a profile type implementation is to translate user provided