xmerge/source/xmerge/java/org/openoffice/xmerge/merger/Iterator.java |    2 +-
 xmloff/README                                                        |    2 +-
 xmloff/inc/txtfldi.hxx                                               |    2 +-
 xmloff/inc/txtvfldi.hxx                                              |    2 +-
 xmloff/source/core/DomBuilderContext.cxx                             |    2 +-
 xmloff/source/text/XMLIndexTabStopEntryContext.cxx                   |    2 +-
 xmloff/source/text/txtflde.cxx                                       |    2 +-
 xmloff/source/text/txtprmap.cxx                                      |    2 +-
 xmloff/source/xforms/xformsexport.cxx                                |    2 +-
 xmlscript/source/xmldlg_imexp/xmldlg_import.cxx                      |    4 
++--
 xmlsecurity/inc/sigstruct.hxx                                        |    2 +-
 xmlsecurity/inc/xmlsignaturehelper.hxx                               |    2 +-
 xmlsecurity/source/dialogs/certificatechooser.cxx                    |    2 +-
 xmlsecurity/source/helper/xsecsign.cxx                               |    2 +-
 xmlsecurity/source/xmlsec/nss/ciphercontext.cxx                      |    2 +-
 xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx          |    2 +-
 16 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit 74117f95972a0ef690401815d5e5ff7759ceb8af
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Fri Mar 24 15:38:38 2017 +0100

    Fix typos
    
    Change-Id: I901ff35ad2e0aa43a421f0996865130514a819bc
    Reviewed-on: https://gerrit.libreoffice.org/35663
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git 
a/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/Iterator.java 
b/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/Iterator.java
index 33db7cd3e956..c53988076bbb 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/Iterator.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/Iterator.java
@@ -78,7 +78,7 @@ public interface Iterator {
      * refresh the content.
      *
      * <p>It is used mainly for {@code Iterator} objects which take a snapshot
-     * instead of dynamically tranversing the tree.  The current position will
+     * instead of dynamically traversing the tree.  The current position will
      * be set to the beginning.</p>
      */
     void refresh();
diff --git a/xmloff/README b/xmloff/README
index f6015fcf902c..74659c78f6f3 100644
--- a/xmloff/README
+++ b/xmloff/README
@@ -21,7 +21,7 @@ with the default being the latest ODF version with 
"extensions", which
 means it may contain elements and attributes that are only in drafts of
 the specification or are not yet submitted for specification.  Documents
 produced in the other (non-extended) ODF modes are supposed to be
-strictly conforming to the respecive specification, i.e., only markup
+strictly conforming to the respective specification, i.e., only markup
 defined by the ODF specification is allowed.
 
 There is another library "xof" built from the source/transform directory,
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index ed154c72ffe0..1aa9c5ac3761 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -169,7 +169,7 @@ protected:
                          const OUString& sServiceName);
 
     /// force an update of the field's value
-    /// call update on optional XUptadeable interface; (disable Fixed property)
+    /// call update on optional XUpdatable interface; (disable Fixed property)
     static void ForceUpdate(
         const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
 };
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index b5e1d6dcae86..437657b5442b 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -230,7 +230,7 @@ protected:
 
 
 /**
- * uperclass for variable/user-set, var/user-input, and sequence fields
+ * upperclass for variable/user-set, var/user-input, and sequence fields
  * inds field master of appropriate type and attaches field to it.
  */
 class XMLSetVarFieldImportContext : public XMLVarFieldImportContext
diff --git a/xmloff/source/core/DomBuilderContext.cxx 
b/xmloff/source/core/DomBuilderContext.cxx
index 4a835187fb43..ca8cbbed6314 100644
--- a/xmloff/source/core/DomBuilderContext.cxx
+++ b/xmloff/source/core/DomBuilderContext.cxx
@@ -164,7 +164,7 @@ void DomBuilderContext::Characters( const OUString& 
rCharacters )
     SAL_WARN_IF( !mxNode.is(), "xmloff", "empty XNode not allowed" );
 
     // TODO: I assume adjacent text nodes should be joined, to preserve
-    // processinf model? (I.e., if the SAX parser breaks a string into 2
+    // processing model? (I.e., if the SAX parser breaks a string into 2
     // Characters(..) calls, the DOM model would still see only one child.)
 
     // create text node and append to parent
diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx 
b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx
index 12d9d4640f8a..d5610240dc57 100644
--- a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx
@@ -155,7 +155,7 @@ void XMLIndexTabStopEntryContext::FillPropertyValues(
 
     // check whether we really filled all elements of the sequence
     SAL_WARN_IF( nNextEntry != rValues.getLength(), "xmloff",
-                "length incorrectly precumputed!" );
+                "length incorrectly precomputed!" );
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 91dba974616d..f2b64243d1da 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2877,7 +2877,7 @@ bool XMLTextFieldExport::GetDependentFieldPropertySet(
         Reference<XDependentTextField> xTField = aFields[0];
         xField.set(xTField, UNO_QUERY);
         DBG_ASSERT(xField.is(),
-                  "Surprisinlgy, this TextField refuses to be a PropertySet!");
+                  "Surprisingly, this TextField refuses to be a PropertySet!");
         return true;
     }
     else
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index 99861f5a8c03..ab9bf8bc78fc 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -68,7 +68,7 @@ using namespace ::xmloff::token;
 #define MR_E( a, p, l, t, c ) \
     M_E_( a, p, l, (t|XML_TYPE_PROP_RUBY), c )
 
-// cell propertiess
+// cell properties
 #define MC_E( a, p, l, t, c ) \
     M_E_( a, p, l, (t|XML_TYPE_PROP_TABLE_CELL), c )
 
diff --git a/xmloff/source/xforms/xformsexport.cxx 
b/xmloff/source/xforms/xformsexport.cxx
index 3e5aa06bf7ab..262424495bd4 100644
--- a/xmloff/source/xforms/xformsexport.cxx
+++ b/xmloff/source/xforms/xformsexport.cxx
@@ -560,7 +560,7 @@ void exportXFormsSchemas( SvXMLExport& rExport,
         SvXMLElementExport aSchemaElem( rExport, XML_NAMESPACE_XSD, XML_SCHEMA,
                                         true, true );
 
-        // now get data type repositry, and export
+        // now get data type repository, and export
         Reference<XEnumerationAccess> xTypes( xModel->getDataTypeRepository(),
                                               UNO_QUERY );
         if( xTypes.is() )
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx 
b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index 09afb0b4851d..1e9f6e990d45 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -903,7 +903,7 @@ bool ImportContext::importDataAwareProperty(
     Reference< lang::XMultiServiceFactory > xFac( _pImport->getDocOwner(), 
UNO_QUERY );
     if ( xFac.is() && ( !sLinkedCell.isEmpty() ||  !sCellRange.isEmpty() ) )
     {
-        // Set up Celllink
+        // Set up cell link
         if ( !sLinkedCell.isEmpty() )
         {
             Reference< form::binding::XBindableValue > xBindable( 
getControlModel(), uno::UNO_QUERY );
@@ -925,7 +925,7 @@ bool ImportContext::importDataAwareProperty(
                 bRes = true;
             }
         }
-        // Set up CelllRange
+        // Set up CellRange
         if ( !sCellRange.isEmpty() )
         {
             Reference< form::binding::XListEntrySink  > xListEntrySink( 
getControlModel(), uno::UNO_QUERY );
diff --git a/xmlsecurity/inc/sigstruct.hxx b/xmlsecurity/inc/sigstruct.hxx
index 29eeb728c3b2..479ba3d8f745 100644
--- a/xmlsecurity/inc/sigstruct.hxx
+++ b/xmlsecurity/inc/sigstruct.hxx
@@ -100,7 +100,7 @@ struct SignatureInformation
     OUString ouDescriptionPropertyId;
     /// OOXML certificate SHA-256 digest, empty for ODF except when doing 
XAdES signature.
     OUString ouCertDigest;
-    /// A full OOXML signguature for unchanged roundtrip, empty for ODF.
+    /// A full OOXML signature for unchanged roundtrip, empty for ODF.
     css::uno::Sequence<sal_Int8> aSignatureBytes;
     /// For PDF: digest format, from css::xml::crypto::DigestID
     sal_Int32 nDigestID;
diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx 
b/xmlsecurity/inc/xmlsignaturehelper.hxx
index 38c88099fef5..da3b8bf170a0 100644
--- a/xmlsecurity/inc/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsignaturehelper.hxx
@@ -114,7 +114,7 @@ public:
     void StartVerifySignatureElement();
 
     // Set the storage which should be used by the default UriBinding
-    // Must be set before StatrtMission().
+    // Must be set before StartMission().
     //sODFVersion indicates  the ODF version
     void        SetStorage( const css::uno::Reference < css::embed::XStorage 
>& rxStorage, const OUString& sODFVersion );
 
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx 
b/xmlsecurity/source/dialogs/certificatechooser.cxx
index 551c863f62d9..0509b29e1e46 100644
--- a/xmlsecurity/source/dialogs/certificatechooser.cxx
+++ b/xmlsecurity/source/dialogs/certificatechooser.cxx
@@ -96,7 +96,7 @@ short CertificateChooser::Execute()
 
     // PostUserLink behavior is to slow, so do it directly before Execute().
     // Problem: This Dialog should be visible right now, and the parent should 
not be accessible.
-    // Show, Update, DIsableInput...
+    // Show, Update, DisableInput...
 
     vcl::Window* pMe = this;
     vcl::Window* pParent = GetParent();
diff --git a/xmlsecurity/source/helper/xsecsign.cxx 
b/xmlsecurity/source/helper/xsecsign.cxx
index 1b2d81b62c2f..a98611e47f20 100644
--- a/xmlsecurity/source/helper/xsecsign.cxx
+++ b/xmlsecurity/source/helper/xsecsign.cxx
@@ -178,7 +178,7 @@ cssu::Reference< cssxc::sax::XReferenceResolvedListener > 
XSecController::prepar
     }
 
     /*
-     * replace both digestValues and signatueValue to " "
+     * replace both digestValues and signatureValue to " "
      */
     for(i=0; i<size; ++i)
     {
diff --git a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx 
b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
index d40126f5275a..a3a29e20d6a0 100644
--- a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
+++ b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
@@ -192,7 +192,7 @@ uno::Sequence< ::sal_Int8 > SAL_CALL 
OCipherContext::finalizeCipherContextAndDis
 
     if ( m_bW3CPadding && m_bEncryption )
     {
-        // in this case the last block should be smaller than standtard block
+        // in this case the last block should be smaller than standard block
         // it will be increased with the padding
         OSL_ENSURE( m_aLastBlock.getLength() < m_nBlockSize, "Unexpected size 
of cashed incomplete last block!" );
 
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx 
b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index d97c9d906da7..1a40f347d74f 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -411,7 +411,7 @@ sal_Int32 XMLDocumentWrapper_XmlSecImpl::recursiveDelete(
  *   FUNCTION
  *  Deletes a particular node with its branch, while reserving the nodes
  *  (and their branches) listed in the m_aReservedNodes.
- *  The deletion process is preformed in the tree order, that is, a node
+ *  The deletion process is performed in the tree order, that is, a node
  *  is deleted after its previous sibling node is deleted, a parent node
  *  is deleted after its branch is deleted.
  *  During the deletion process when the m_pStopAtNode is reached, the
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to