mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 15:54:57 +03:00
Update Unix.c
fixed a typo visible in the server info ("Liunx" => "Linux")
This commit is contained in:
@ -1054,7 +1054,7 @@ void UnixGetOsInfo(OS_INFO *info)
|
||||
}
|
||||
else
|
||||
{
|
||||
info->OsVersion = CopyStr("Unknown Liunx Version");
|
||||
info->OsVersion = CopyStr("Unknown Linux Version");
|
||||
info->OsVendorName = CopyStr("Unknown Vendor");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user