[Libreoffice-commits] core.git: vcl/source

Miklos Vajna vmiklos at suse.cz
Thu May 16 08:49:25 PDT 2013


 vcl/source/gdi/pdfwriter_impl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d1297419fa4f5d6ce6b07ee61594db1e9bdf038
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Thu May 16 17:48:46 2013 +0200

    readio group -> radio group
    
    Change-Id: I3a849fddeb977f4184a69af7fa35c452cf39472a

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 937eb84..3c7b186 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 )
                     {


More information about the Libreoffice-commits mailing list