summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-05-16 17:48:46 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-05-16 17:48:59 +0200
commit3d1297419fa4f5d6ce6b07ee61594db1e9bdf038 (patch)
treeeeef1913bdedda16b2b0f2b5c190c19e49272702 /vcl
parentd0edc4e4c3709a3d0300e0b2b035e10493f583f9 (diff)
readio group -> radio group
Change-Id: I3a849fddeb977f4184a69af7fa35c452cf39472a
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 937eb8467811..3c7b186daec2 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -5462,7 +5462,7 @@ bool PDFWriterImpl::emitWidgetAnnotations()
// for radio buttons only the RadioButton field, not the
// CheckBox children should have a value, else acrobat reader
// does not always check the right button
- // of course real check boxes (not belonging to a readio group)
+ // of course real check boxes (not belonging to a radio group)
// need their values, too
if( rWidget.m_eType == PDFWriter::RadioButton || rWidget.m_nRadioGroup < 0 )
{