Sfoglia il codice sorgente

Fix typo in FeatureConfig/OS detection

Nils Maier 11 anni fa
parent
commit
bc5d9e5466
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/FeatureConfig.cc

+ 1 - 1
src/FeatureConfig.cc

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