Fix typo in FeatureConfig/OS detection

This commit is contained in:
Nils Maier 2014-08-22 22:43:47 +02:00
parent ae631513f3
commit bc5d9e5466

View File

@ -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) {