From 3d1297419fa4f5d6ce6b07ee61594db1e9bdf038 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 16 May 2013 17:48:46 +0200 Subject: readio group -> radio group Change-Id: I3a849fddeb977f4184a69af7fa35c452cf39472a --- vcl/source/gdi/pdfwriter_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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 ) { -- cgit