From 6876fd23ef84487c016e7be46d3deb7d1e695cef Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Dec 2018 14:17:55 +0300 Subject: Fix standard_version constructors --- libbutl/standard-version.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/standard-version.mxx') 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, -- cgit v1.1