mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Update Unix.c
fixed a typo visible in the server info ("Liunx" => "Linux")
This commit is contained in:
parent
d1bc9c57c5
commit
a24f914b08
@ -1054,7 +1054,7 @@ void UnixGetOsInfo(OS_INFO *info)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
info->OsVersion = CopyStr("Unknown Liunx Version");
|
info->OsVersion = CopyStr("Unknown Linux Version");
|
||||||
info->OsVendorName = CopyStr("Unknown Vendor");
|
info->OsVendorName = CopyStr("Unknown Vendor");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user