mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Several more spelling fixes (#13752)
Signed-off-by: Mathias Gibbens <mathias@calenhad.com> Co-authored-by: Mathias Gibbens <mathias@calenhad.com>
This commit is contained in:
@@ -906,7 +906,7 @@ static std::vector<INTERFACE_INFO> GetNetworkInterfaces()
|
||||
return {};
|
||||
}
|
||||
|
||||
// Get all the network interfaces, requires a trial and error approch
|
||||
// Get all the network interfaces, requires a trial and error approach
|
||||
// until we find the capacity required to store all of them.
|
||||
DWORD len = 0;
|
||||
size_t capacity = 16;
|
||||
|
||||
Reference in New Issue
Block a user