aboutsummaryrefslogtreecommitdiff
path: root/libbutl/standard-version.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-18 14:17:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-06 20:55:07 +0300
commit6876fd23ef84487c016e7be46d3deb7d1e695cef (patch)
tree4ea4cf65e129a79f2d7a82489228c67e85d3e034 /libbutl/standard-version.mxx
parent3bf1846063ad30ecc0fc90d34490bf70776faef0 (diff)
Fix standard_version constructors
Diffstat (limited to 'libbutl/standard-version.mxx')
-rw-r--r--libbutl/standard-version.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/standard-version.mxx b/libbutl/standard-version.mxx
index 0415318..1cc557b 100644
--- a/libbutl/standard-version.mxx
+++ b/libbutl/standard-version.mxx
@@ -190,7 +190,7 @@ LIBBUTL_MODEXPORT namespace butl
flags = none);
// Version as separate major, minor, patch, and pre-release components.
- // Note that the pre-release here is in the DDD form, that is, incremenetd
+ // Note that the pre-release here is in the DDD form, that is, incremented
// by 500 for betas.
//
standard_version (std::uint16_t epoch,