summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/ctrltool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/ctrltool.cxx')
-rw-r--r--svtools/source/control/ctrltool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ctrltool.cxx b/svtools/source/control/ctrltool.cxx
index a973ebdf9e07..fcaac738b646 100644
--- a/svtools/source/control/ctrltool.cxx
+++ b/svtools/source/control/ctrltool.cxx
@@ -733,7 +733,7 @@ const sal_IntPtr* FontList::GetSizeAry( const FontMetric& rInfo ) const
const_cast<FontList*>(this)->mpSizeAry = nullptr;
}
- // use standarad sizes if no name
+ // use standard sizes if no name
if ( rInfo.GetName().isEmpty() )
return aStdSizeAry;