bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx                             
 |    2 +-
 bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx                        
 |    2 +-
 bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx                             
 |    2 +-
 bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx                            
 |    2 +-
 bridges/source/jni_uno/jni_bridge.cxx                                          
 |    4 ++--
 odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx             
 |    2 +-
 sal/osl/w32/file_dirvol.cxx                                                    
 |    2 +-
 sal/osl/w32/module.cxx                                                         
 |    2 +-
 
sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx 
|    4 ++--
 9 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit fbf42a4f13dd3ad9f70fc9f434e3cb6236f38300
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Wed Jan 24 18:19:57 2018 +0100

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

diff --git a/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx
index a9222c00ee52..2cf39d998556 100644
--- a/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx
@@ -51,7 +51,7 @@ static typelib_TypeClass cpp2uno_call(
 #endif
 
     int ng = 0; //number of gpr registers used
-    int nf = 0; //number of fpr regsiters used
+    int nf = 0; //number of fpr registers used
 
     // gpreg:  [ret *], this, [gpr params]
     // fpreg:  [fpr params]
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
index 5499b506d3aa..ab3fbd4c76b3 100644
--- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
@@ -57,7 +57,7 @@ static typelib_TypeClass cpp2uno_call(
 #endif
 
     int ng = 0; //number of gpr registers used
-    int nf = 0; //number of fpr regsiters used
+    int nf = 0; //number of fpr registers used
 
     // gpreg:  [ret *], this, [gpr params]
     // fpreg:  [fpr params]
diff --git a/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx
index 539e5011fbce..b9e61b148304 100644
--- a/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx
@@ -46,7 +46,7 @@ static typelib_TypeClass cpp2uno_call(
     sal_Int64 * pRegisterReturn /* space for register return */ )
 {
         int ng = 0; //number of gpr registers used
-        int nf = 0; //number of fpr regsiters used
+        int nf = 0; //number of fpr registers used
         void ** pCppStack; //temporary stack pointer
 
         // gpreg:  [ret *], this, [gpr params]
diff --git a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx
index aa86340447a5..ed48be648bca 100644
--- a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx
@@ -47,7 +47,7 @@ static typelib_TypeClass cpp2uno_call(
     fprintf(stderr, "as far as cpp2uno_call\n");
 #endif
     int ng = 0; //number of gpr registers used
-    int nf = 0; //number of fpr regsiters used
+    int nf = 0; //number of fpr registers used
 
     // gpreg:  [ret *], this, [gpr params]
     // fpreg:  [fpr params]
diff --git a/bridges/source/jni_uno/jni_bridge.cxx 
b/bridges/source/jni_uno/jni_bridge.cxx
index ac671d173e9c..de575a02bbcd 100644
--- a/bridges/source/jni_uno/jni_bridge.cxx
+++ b/bridges/source/jni_uno/jni_bridge.cxx
@@ -104,7 +104,7 @@ void Mapping_map_to_uno(
         {
             SAL_WARN(
                 "bridges",
-                "ingoring BridgeRuntimeError \"" << err.m_message << "\"");
+                "ignoring BridgeRuntimeError \"" << err.m_message << "\"");
         }
         catch (const 
::jvmaccess::VirtualMachine::AttachGuard::CreationException &)
         {
@@ -168,7 +168,7 @@ void Mapping_map_to_java(
     {
         SAL_WARN(
             "bridges",
-            "ingoring BridgeRuntimeError \"" << err.m_message << "\"");
+            "ignoring BridgeRuntimeError \"" << err.m_message << "\"");
     }
     catch (const ::jvmaccess::VirtualMachine::AttachGuard::CreationException &)
     {
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx 
b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx
index b5b782353066..ecb21116a00a 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx
@@ -46,7 +46,7 @@ using rtl::OString;
 
 SAL_IMPLEMENT_MAIN()
 {
-    // string concatination
+    // string concatenation
 
     sal_Int32 n = 42;
     double pi = 3.14159;
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index 1ae8d33c0b78..c3848e5662bc 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -1612,7 +1612,7 @@ oslFileError SAL_CALL osl_getFileStatus(
         FileTimeToTimeValue( &pItemImpl->FindData.ftCreationTime, 
&pStatus->aCreationTime ) )
         pStatus->uValidFields |= osl_FileStatus_Mask_CreationTime;
 
-    /* Most of the fields are already set, regardless of requiered fields */
+    /* Most of the fields are already set, regardless of required fields */
 
     rtl_uString_newFromStr( &pStatus->ustrFileName, 
o3tl::toU(pItemImpl->FindData.cFileName) );
     pStatus->uValidFields |= osl_FileStatus_Mask_FileName;
diff --git a/sal/osl/w32/module.cxx b/sal/osl/w32/module.cxx
index 943e215e206b..d75eed125ed6 100644
--- a/sal/osl/w32/module.cxx
+++ b/sal/osl/w32/module.cxx
@@ -230,7 +230,7 @@ static bool osl_addressGetModuleURL_NT4_( void *pv, 
rtl_uString **pustrURL )
 {
     bool    bSuccess    = false;    /* Assume failure */
 
-    /*  IMAGEHELP.DLL has a bug that it recursivly scans subdirectories of
+    /*  IMAGEHELP.DLL has a bug that it recursively scans subdirectories of
         the root when calling SymInitialize(), so we prefer DBGHELP.DLL
         which exports the same symbols and is shipped with OOo */
 
diff --git 
a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
 
b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
index 22c1587bb333..1ae748de445a 100644
--- 
a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
+++ 
b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
@@ -187,7 +187,7 @@ void 
ConfigurationControllerResourceManager::DeactivateResource (
 
         if (aDescriptor.mxResource.is() && aDescriptor.mxResourceFactory.is())
         {
-            // 2.  Notifiy listeners that the resource is being deactivated.
+            // 2.  Notify listeners that the resource is being deactivated.
             mpBroadcaster->NotifyListeners(
                 FrameworkHelper::msResourceDeactivationEvent,
                 rxResourceId,
@@ -223,7 +223,7 @@ void 
ConfigurationControllerResourceManager::DeactivateResource (
         DBG_UNHANDLED_EXCEPTION();
     }
 
-    // 5.  Notifiy listeners that the resource is being deactivated.
+    // 5.  Notify listeners that the resource is being deactivated.
     mpBroadcaster->NotifyListeners(
         FrameworkHelper::msResourceDeactivationEndEvent,
         rxResourceId,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to