]> git.sesse.net Git - vlc/commitdiff
skins2/src/ft2_font.*: s/initalize/initialize/
authorOlivier Teulière <ipkiss@videolan.org>
Fri, 31 Mar 2006 22:33:45 +0000 (22:33 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Fri, 31 Mar 2006 22:33:45 +0000 (22:33 +0000)
modules/gui/skins2/src/ft2_font.cpp
modules/gui/skins2/src/ft2_font.hpp

index f4f95c9b18b5610e30e5423cce1fa95e76a3d3a1..42a6a927d52da275331a6f648d5cc9ddd1e6af3e 100644 (file)
@@ -65,10 +65,10 @@ bool FT2Font::init()
 {
     int err;
 
-    // Initalise libfreetype
+    // Initialize libfreetype
     if( FT_Init_FreeType( &m_lib ) )
     {
-        msg_Err( getIntf(), "failed to initalize freetype" );
+        msg_Err( getIntf(), "failed to initialize freetype" );
         return false;
     }
 
index 3b3db34aed8a0930015620280714b4508692351f..b975e643bdc12516e8bb6455a5da8739586213e6 100644 (file)
@@ -43,7 +43,7 @@ class FT2Font: public GenericFont
         FT2Font( intf_thread_t *pIntf, const string &rName, int size );
         virtual ~FT2Font();
 
-        /// Initalize the object. Returns false if it failed
+        /// Initialize the object. Returns false if it failed
         virtual bool init();
 
         /// Render a string on a bitmap.