summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-25 21:12:22 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-25 21:12:22 -0700
commit1184224b38666522782c7373d534403e25ca4f5d (patch)
tree6acd463c9c9085ad373a28ec039c1caa04a6533f
parente67ff52d845f99121402c6b9185265c989eccfa9 (diff)
downloadpbr-1184224b38666522782c7373d534403e25ca4f5d.tar.gz
Fixed a typo in the documentation.
Found using: https://github.com/intgr/topy Change-Id: I15d9469e60ea74aacba03b5ad0e50b4a87661892
-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