diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-25 11:41:26 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-25 16:52:02 +0300 |
commit | 9675f9b20540e4b9b64033dca4afafba01ee36d7 (patch) | |
tree | a50ff79b90fa035061493201a5aa3c0b14b6a45d | |
parent | ee3db0bff66a02f77c0462b174ab7f22b594c84f (diff) |
Fix typo
-rw-r--r-- | bdep/release.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/release.cxx b/bdep/release.cxx index e550d32..22f2d91 100644 --- a/bdep/release.cxx +++ b/bdep/release.cxx @@ -489,7 +489,7 @@ namespace bdep verify ("--no-commit", o.no_commit ()); // See above for modes. } - // Fully parse package manifest verify it is valid and returning the + // Fully parse package manifest verifying it is valid and returning the // position of the version value. In a sense we are publishing (by // tagging) to a version control-based repository and it makes sense to // ensure the repository will not be broken, similar to how we do it in |