summaryrefslogtreecommitdiff
path: root/vcl/source/font
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:38:03 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:43:32 +0000
commit65434e8701ab71c8bff8b0ac722d41b0592483dc (patch)
tree6970694ffae28089d60082bf1c5fe71a21a75336 /vcl/source/font
parent5bea199bae9986d7276a9b2379a577c6cea552ed (diff)
Fix typos
Change-Id: I72db7ff99cde394bc161dfd835bfb0d9a47a53d1 Reviewed-on: https://gerrit.libreoffice.org/34780 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/font')
-rw-r--r--vcl/source/font/fontmetric.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/font/fontmetric.cxx b/vcl/source/font/fontmetric.cxx
index 1669ae603b35..08153093dd1d 100644
--- a/vcl/source/font/fontmetric.cxx
+++ b/vcl/source/font/fontmetric.cxx
@@ -223,7 +223,7 @@ ImplFontMetricData::ImplFontMetricData( const FontSelectPattern& rFontSelData )
, mnDStrikeoutOffset1( 0 )
, mnDStrikeoutOffset2( 0 )
{
- // intialize the used font name
+ // initialize the used font name
if( rFontSelData.mpFontData )
{
SetFamilyName( rFontSelData.mpFontData->GetFamilyName() );