aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_System.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-05-04 14:58:18 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-05-04 14:58:18 -0700
commita66b066d4584d6b92d249d71b9348344efc78d5e (patch)
treefb4cdc1c934311eaf2da0e3952a33e85f9df7784 /toolsrc/include/vcpkg_System.h
parenta94efe662b0537a606d40bdd4b986b5b2ea246e2 (diff)
downloadvcpkg-a66b066d4584d6b92d249d71b9348344efc78d5e.tar.gz
vcpkg-a66b066d4584d6b92d249d71b9348344efc78d5e.zip
get_environmental_variable() -> get_environment_variable()
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
-rw-r--r--toolsrc/include/vcpkg_System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h
index c8deac38e..bb478944a 100644
--- a/toolsrc/include/vcpkg_System.h
+++ b/toolsrc/include/vcpkg_System.h
@@ -61,7 +61,7 @@ namespace vcpkg::System
return println(c, Strings::format(messageTemplate, messageArg1, messageArgs...));
}
- Optional<std::wstring> get_environmental_variable(const CWStringView varname) noexcept;
+ Optional<std::wstring> get_environment_variable(const CWStringView varname) noexcept;
Optional<std::wstring> get_registry_string(HKEY base, const CWStringView subkey, const CWStringView valuename);