summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-01 02:02:55 +0000
committerGerrit Code Review <review@openstack.org>2014-05-01 02:02:55 +0000
commitc9203cc480f2a26c5b12d4dc9f911c60f47d3596 (patch)
tree1a204ded0ab0f245b05021cb551712ca1a6b36a5
parente43dc7de4b8f81530474a2707a330166e22eff12 (diff)
parent1184224b38666522782c7373d534403e25ca4f5d (diff)
downloadpbr-c9203cc480f2a26c5b12d4dc9f911c60f47d3596.tar.gz
Merge "Fixed a typo in the documentation."
-rw-r--r--doc/source/semver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/semver.rst b/doc/source/semver.rst
index ffdec4d..b22242d 100644
--- a/doc/source/semver.rst
+++ b/doc/source/semver.rst
@@ -120,7 +120,7 @@ document are to be interpreted as described in `RFC
version. Examples: 1.0.0.a1, 1.0.0.b99, 1.0.0.rc1000.
#. A development version MAY be denoted by appending a dot separated
- indentifier immediately following the patch version.
+ identifier immediately following the patch version.
The identifier MUST comprise the string dev followed by non-negative
integer value. The identifier MUST NOT be empty. Development versions
have a lower precedence than the associated normal version. A development