Fix typos in documents

Fix typos detected by toolkit misspellings.

 * pip install misspellings
 * git ls-files | grep -v locale | misspellings -f -

Closes-Bug: #1257295
Change-Id: Ibb5917ab5af541a381630bd013b05d22badd4364
This commit is contained in:
Chang Bo Guo 2013-12-10 04:44:43 -08:00
parent 7eceab8aa1
commit 00fbbd128c
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
===================================
pbr - Python Build Reasonableness
===================================
=================================
pbr - Python Build Reasonableness
=================================
A library for managing setuptools packaging needs in a consistent manner.
@ -143,7 +143,7 @@ fundamental keys one is likely to care about, `packages`,
`packages` is a list of top-level packages that should be installed. The
behavior of packages is similar to `setuptools.find_packages` in that it
recurses the python package heirarchy below the given top level and installs
recurses the python package hierarchy below the given top level and installs
all of it. If `packages` is not specified, it defaults to the name given
in the `[metadata]` section.

View File

@ -131,7 +131,7 @@ document are to be interpreted as described in `RFC
communication of not-yet-released ideas. Example: 1.0.0.dev1.
#. git version metadata MAY be denoted by appending a dot separated
identifier immediately following a developement version.
identifier immediately following a development version.
The identifier MUST comprise the character g followed by a seven
character git short-sha. The sha MUST NOT be empty. git version
metadata MUST be ignored when determining version precedence. Thus