1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Update Unix.c

fixed a typo visible in the server info ("Liunx" => "Linux")
This commit is contained in:
Melvyn 2014-01-07 11:58:30 +01:00
parent d1bc9c57c5
commit a24f914b08

View File

@ -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");
} }
} }