mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 10:55:00 +00:00
Fix typo in FeatureConfig/OS detection
This commit is contained in:
@@ -293,7 +293,7 @@ std::string getOperatingSystemInfo()
|
||||
return rv.str();
|
||||
}
|
||||
if(ovi.dwMajorVersion < 6) {
|
||||
rv << "Legcacy, probably XP";
|
||||
rv << "Legacy, probably XP";
|
||||
return rv.str();
|
||||
}
|
||||
switch(ovi.dwMinorVersion) {
|
||||
|
||||
Reference in New Issue
Block a user