aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Environment.h b/toolsrc/include/vcpkg_Environment.h
index c27ce54c2..c2d2ed7ae 100644
--- a/toolsrc/include/vcpkg_Environment.h
+++ b/toolsrc/include/vcpkg_Environment.h
@@ -27,5 +27,5 @@ namespace vcpkg::Environment
const fs::path& get_ProgramFiles_32_bit();
- const fs::path& get_ProgramFiles_Platform_bitness();
+ const fs::path& get_ProgramFiles_platform_bitness();
}