mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
Fix typo in FeatureConfig/OS detection
This commit is contained in:
parent
ae631513f3
commit
bc5d9e5466
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user