diff options
Diffstat (limited to 'libbutl/standard-version.mxx')
-rw-r--r-- | libbutl/standard-version.mxx | 2 |
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, |