aboutsummaryrefslogtreecommitdiff
path: root/libbutl/utility.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-29 21:12:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-01 16:58:38 +0300
commit136afdbb1232f0546a2b013fd08cfe8278722ef2 (patch)
tree5d3109675edbf2530bc6c89fe5588a390cb177ee /libbutl/utility.mxx
parent177d187a8e1eb01d18f4541726467bf6eef114fd (diff)
Add ext_mods parameter to b_info()
Diffstat (limited to 'libbutl/utility.mxx')
-rw-r--r--libbutl/utility.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/utility.mxx b/libbutl/utility.mxx
index a59686b..8a0059a 100644
--- a/libbutl/utility.mxx
+++ b/libbutl/utility.mxx
@@ -271,7 +271,7 @@ LIBBUTL_MODEXPORT namespace butl
// Throw system_error on failure.
//
- // Note that on Windows setting an empty value usets the variable.
+ // Note that on Windows setting an empty value unsets the variable.
//
LIBBUTL_SYMEXPORT void
setenv (const std::string& name, const std::string& value);