Browse Source

Fix typo in FeatureConfig/OS detection

Nils Maier 11 năm trước cách đây
mục cha
commit
bc5d9e5466
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {