]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/ft2_font.hpp
skins2/src/ft2_font.*: s/initalize/initialize/
[vlc] / modules / gui / skins2 / src / ft2_font.hpp
index bbe2ff41c61838ff61d9ecdfdbb9162c2048a6ba..b975e643bdc12516e8bb6455a5da8739586213e6 100644 (file)
@@ -1,11 +1,11 @@
 /*****************************************************************************
  * ft2_font.hpp
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
- *          Olivier Teulière <ipkiss@via.ecp.fr>
+ *          Olivier Teulière <ipkiss@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef FT2_FONT_HPP
@@ -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.