@samitouri / QOSAMI-WSL / commits / d83c1b55

NFC: minor spelling fixes (#13280)

Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>

Ben Hillis committed Jul 24, 2025 at 10:36 UTC d83c1b552a8fdded68248d03931b18db58240df0
2 files changed +2 -2
src/windows/common/WslCoreConfig.cpp
+1 -1
@@ -110,7 +110,7 @@ void wsl::core::Config::ParseConfigFile(_In_opt_ LPCWSTR ConfigFilePath, _In_opt
110 ConfigKey(ConfigSetting::LoadDefaultKernelModules, LoadDefaultKernelModules, &loadKernelModulesPresence),
111 ConfigKey(ConfigSetting::LoadKernelModules, userKernelModules, &loadKernelModulesPresence),
112
113 - // Features that were previously experimental (the old header is maintained for compatability).
113 + // Features that were previously experimental (the old header is maintained for compatibility).
114 ConfigKey({ConfigSetting::NetworkingMode, ConfigSetting::Experimental::NetworkingMode}, wsl::core::NetworkingModes, NetworkingMode, &NetworkingModePresence),
115 ConfigKey({ConfigSetting::DnsTunneling, ConfigSetting::Experimental::DnsTunneling}, EnableDnsTunneling, &DnsTunnelingConfigPresence),
116 ConfigKey({ConfigSetting::Firewall, ConfigSetting::Experimental::Firewall}, enableFirewall, &FirewallConfigPresence),
test/linux/unit_tests/lxtfs.c
+1 -1
@@ -1875,7 +1875,7 @@ Return Value:
1875 LxtCheckErrnoZeroSuccess(rename(RenameTestDirChild, RenameTestDir2));
1876
1877 //
1878 - // Renaming to a non-existant directory where the target directory
1878 + // Renaming to a non-existent directory where the target directory
1879 // contains trailing slash(es).
1880 //
1881