include/o3tl/any.hxx                                     |    6 +++---
 include/salhelper/dynload.hxx                            |    2 +-
 include/svx/DescriptionGenerator.hxx                     |    6 +++---
 include/ucbhelper/simpleauthenticationrequest.hxx        |    2 +-
 include/ucbhelper/simplecertificatevalidationrequest.hxx |    2 +-
 include/vcl/outdev.hxx                                   |    2 +-
 include/vcl/svapp.hxx                                    |    2 +-
 sw/source/core/inc/UndoInsert.hxx                        |    2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 9ec6f974a32f7bac1393d8d36305b9d4c082f4f8
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Mon Jan 29 14:00:48 2018 +0100

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

diff --git a/include/o3tl/any.hxx b/include/o3tl/any.hxx
index 85fd28106419..141d788e15c4 100644
--- a/include/o3tl/any.hxx
+++ b/include/o3tl/any.hxx
@@ -136,7 +136,7 @@ template<typename T> inline boost::optional<T const> 
tryGetConverted(
 
     @param any  an Any value.
 
-    @return a positive proxy for the value of the specfied type obtained from
+    @return a positive proxy for the value of the specified type obtained from
     the given Any, or a negative proxy if no such value can be obtained.
 */
 template<typename T> inline
@@ -270,7 +270,7 @@ template<typename T> typename detail::Optional<T>::type 
tryAccess(
 
     @param any  an Any value.
 
-    @return a positive proxy for the value of the specfied type obtained from
+    @return a positive proxy for the value of the specified type obtained from
     the given Any.  See tryAccess for details.
 
     @throws css::uno::RuntimeException  when a value of the requested type
@@ -307,7 +307,7 @@ template<typename T> inline typename 
detail::Optional<T>::type doAccess(
 
     @param any  an Any value.
 
-    @return a positive proxy for the value of the specfied type obtained from
+    @return a positive proxy for the value of the specified type obtained from
     the given Any.  See tryAccess for details.
 */
 template<typename T> inline typename detail::Optional<T>::type forceAccess(
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index 98fe9af1f0ed..12d54d5cffa4 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -111,7 +111,7 @@ public:
         m_pLoader = NULL;
     }
 
-    /** Constructor, loads the library if necessary otherwise the refernece 
count will
+    /** Constructor, loads the library if necessary otherwise the reference 
count will
         be increased.
 
         @param strModuleName specifies the library name.
diff --git a/include/svx/DescriptionGenerator.hxx 
b/include/svx/DescriptionGenerator.hxx
index fd1b1e2a39ad..6a7b57fc6bde 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -47,7 +47,7 @@ public:
     };
 
     /** Creates a new description generator with an empty description
-        string.  Usually you will want to call initialize next to specifiy
+        string.  Usually you will want to call initialize next to specify
         a general description of the shape.
         @param xShape
             The shape from which properties will be extracted by later calls
@@ -59,7 +59,7 @@ public:
     ~DescriptionGenerator();
 
     /** Initialize the description with the given prefix followed by the
-        shape's style in parantheses and a colon.
+        shape style in parentheses and a colon.
         @param sPrefix
             An introductory description of the shape that is made more
             specific by later calls to <member>addProperty</member>.
@@ -67,7 +67,7 @@ public:
     void Initialize (const OUString& sPrefix);
 
     /** Initialize the description with the specified string from the
-        resource followed by the shape's style in parantheses and a colon.
+        resource followed by the shape style in parentheses and a colon.
         @param pResourceId
             A resource id the specifies the introductory description of the
             shape that is made more specific by later calls to
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx 
b/include/ucbhelper/simpleauthenticationrequest.hxx
index b6b2f870f6a6..59d22b3da440 100644
--- a/include/ucbhelper/simpleauthenticationrequest.hxx
+++ b/include/ucbhelper/simpleauthenticationrequest.hxx
@@ -36,7 +36,7 @@ namespace ucbhelper {
   * instance contains an AuthenticationRequest and three interaction
   * continuations: "Abort", "Retry" and "SupplyAuthentication". The parameters
   * for the AuthenticationRequest and the InteractionSupplyAuthentication
-  * objects are partly taken from contructors parameters and partly defaulted
+  * objects are partly taken from constructors parameters and partly defaulted
   * as follows:
   *
   * Read-only values : servername, realm
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx 
b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index e59f9da8aec2..d1d2d4573e82 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -33,7 +33,7 @@ namespace ucbhelper {
   * Instances can be passed directly to XInteractionHandler::handle(...). Each
   * instance contains an CertificateValidationRequest and two interaction
   * continuations: "Abort" and "Approved". The parameters
-  * for the CertificateValidationRequest object are partly taken from 
contructors parameters and partly defaulted
+  * for the CertificateValidationRequest object are partly taken from 
constructors parameters and partly defaulted
   * as follows:
   *
   * Read-write values: certificateValidity, certificate
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index f9377bb655d2..6f1d211174eb 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1903,7 +1903,7 @@ private:
 
     /** Convert a line in logical units to a line in physical device pixel 
units.
 
-     @param         rLineInfo   Const refernece to a line in logical units
+     @param         rLineInfo   Const reference to a line in logical units
 
      @returns Line based on physical device pixel coordinates and units.
      */
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 0c81eeda5d8c..f68173fe340c 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -683,7 +683,7 @@ public:
 
     /** Remove a VCL event listener from the application.
 
-     @param     rEventListener  Const refernece to the event listener to be 
removed
+     @param     rEventListener  Const reference to the event listener to be 
removed
 
      @see AddEventListener, AddKeyListener, RemoveKeyListener
     */
diff --git a/sw/source/core/inc/UndoInsert.hxx 
b/sw/source/core/inc/UndoInsert.hxx
index a8b27a9340ec..35a1a6b62c13 100644
--- a/sw/source/core/inc/UndoInsert.hxx
+++ b/sw/source/core/inc/UndoInsert.hxx
@@ -91,7 +91,7 @@ public:
 };
 
 SwRewriter
-MakeUndoReplaceRewriter(sal_uLong const ocurrences,
+MakeUndoReplaceRewriter(sal_uLong const occurrences,
     OUString const& sOld, OUString const& sNew);
 
 class SwUndoReplace
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to