Browse Source

Typo

Source commit: bb38f5f9f84f9426d31b84c6fdd474cf3793f62d
Martin Prikryl 9 years ago
parent
commit
3953219c86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/Glyphs.cpp

+ 1 - 1
source/forms/Glyphs.cpp

@@ -38,7 +38,7 @@ __fastcall TGlyphsModule::TGlyphsModule(TComponent* Owner)
   {
     // Do not have a separate 96 DPI module, as this module needs to
     // have the images loaded as they are used on design time.
-    // Performace impact of loading 96 DPI images when they are not needed is not that big.
+    // Performance impact of loading 96 DPI images when they are not needed is not that big.
     ScaledModule = NULL;
   }