From 136afdbb1232f0546a2b013fd08cfe8278722ef2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Sep 2020 21:12:03 +0300 Subject: Add ext_mods parameter to b_info() --- libbutl/utility.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/utility.mxx') 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); -- cgit v1.1