mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
NFC: minor spelling fixes (#13280)
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
This commit is contained in:
parent
abce91d14b
commit
d83c1b552a
@ -110,7 +110,7 @@ void wsl::core::Config::ParseConfigFile(_In_opt_ LPCWSTR ConfigFilePath, _In_opt
|
||||
ConfigKey(ConfigSetting::LoadDefaultKernelModules, LoadDefaultKernelModules, &loadKernelModulesPresence),
|
||||
ConfigKey(ConfigSetting::LoadKernelModules, userKernelModules, &loadKernelModulesPresence),
|
||||
|
||||
// Features that were previously experimental (the old header is maintained for compatability).
|
||||
// Features that were previously experimental (the old header is maintained for compatibility).
|
||||
ConfigKey({ConfigSetting::NetworkingMode, ConfigSetting::Experimental::NetworkingMode}, wsl::core::NetworkingModes, NetworkingMode, &NetworkingModePresence),
|
||||
ConfigKey({ConfigSetting::DnsTunneling, ConfigSetting::Experimental::DnsTunneling}, EnableDnsTunneling, &DnsTunnelingConfigPresence),
|
||||
ConfigKey({ConfigSetting::Firewall, ConfigSetting::Experimental::Firewall}, enableFirewall, &FirewallConfigPresence),
|
||||
|
||||
@ -1875,7 +1875,7 @@ Return Value:
|
||||
LxtCheckErrnoZeroSuccess(rename(RenameTestDirChild, RenameTestDir2));
|
||||
|
||||
//
|
||||
// Renaming to a non-existant directory where the target directory
|
||||
// Renaming to a non-existent directory where the target directory
|
||||
// contains trailing slash(es).
|
||||
//
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user