[Libreoffice-commits] core.git: comphelper/source dtrans/source dtrans/test fpicker/source include/rtl shell/source

Julien Nabet serval2412 at yahoo.fr
Wed Feb 17 20:18:40 UTC 2016


 comphelper/source/eventattachermgr/eventattachermgr.cxx   |    2 +-
 dtrans/source/cnttype/wbench/testcnttype.cxx              |    2 +-
 dtrans/source/win32/workbench/test_wincb.cxx              |    2 +-
 dtrans/source/win32/workbench/testmarshal.cxx             |    2 +-
 dtrans/test/win32/dnd/transferable.hxx                    |    2 +-
 fpicker/source/win32/filepicker/workbench/Test_fps.cxx    |    2 +-
 fpicker/source/win32/folderpicker/workbench/Test_fops.cxx |    2 +-
 include/rtl/uuid.h                                        |    2 +-
 shell/source/win32/workbench/TestSysShExec.cxx            |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit a7258efa96a193bbea6c25e17fe7c7d5a2c68a3b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Feb 17 21:17:43 2016 +0100

    Typo: namesapce(s)->namespace(s)
    
    Change-Id: Ic7c14c2e39a5ade1f5622a8350f9197d84cf9cc8

diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index 4ab1bcc..e4ff4a9 100644
--- a/comphelper/source/eventattachermgr/eventattachermgr.cxx
+++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx
@@ -792,7 +792,7 @@ void SAL_CALL ImplEventAttacherManager::read(const Reference< XObjectInputStream
     xMarkStream->deleteMark( nObjLenMark );
 }
 
-} // namesapce comphelper
+} // namespace comphelper
 
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx
index 5342adf..f6482c2 100644
--- a/dtrans/source/cnttype/wbench/testcnttype.cxx
+++ b/dtrans/source/cnttype/wbench/testcnttype.cxx
@@ -37,7 +37,7 @@
 #define TEST_CLIPBOARD
 #define RDB_SYSPATH  "d:\\projects\\src621\\dtrans\\wntmsci7\\bin\\applicat.rdb"
 
-//  namesapces
+//  namespaces
 
 using namespace ::std;
 using namespace ::cppu;
diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx
index f3ae51c..9a07bef 100644
--- a/dtrans/source/win32/workbench/test_wincb.cxx
+++ b/dtrans/source/win32/workbench/test_wincb.cxx
@@ -55,7 +55,7 @@
 #define EVT_INIT_NONSIGNALED FALSE
 #define EVT_NONAME           ""
 
-//  namesapces
+//  namespaces
 
 using namespace ::std;
 using namespace ::cppu;
diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx
index 4a5de8f..f833133 100644
--- a/dtrans/source/win32/workbench/testmarshal.cxx
+++ b/dtrans/source/win32/workbench/testmarshal.cxx
@@ -45,7 +45,7 @@
 #define WAIT_MSGLOOP
 #define RAW_MARSHALING
 
-//  namesapces
+//  namespaces
 
 using namespace ::std;
 
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx
index 1afafea..1323a2c 100644
--- a/dtrans/test/win32/dnd/transferable.hxx
+++ b/dtrans/test/win32/dnd/transferable.hxx
@@ -56,7 +56,7 @@
 #define EVT_INIT_NONSIGNALED FALSE
 #define EVT_NONAME           ""
 
-//  namesapces
+//  namespaces
 
 using namespace ::std;
 using namespace ::cppu;
diff --git a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
index be75362..a2e530c 100644
--- a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
+++ b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
@@ -47,7 +47,7 @@
 #include "..\FPServiceInfo.hxx"
 
 
-//  namesapces
+//  namespaces
 
 
 using namespace ::cppu                  ;
diff --git a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx
index f91b6cc..d6d421d 100644
--- a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx
+++ b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx
@@ -40,7 +40,7 @@
 #include <windows.h>
 
 
-//  namesapces
+//  namespaces
 
 
 using namespace ::cppu                  ;
diff --git a/include/rtl/uuid.h b/include/rtl/uuid.h
index 785377a..b31e276 100644
--- a/include/rtl/uuid.h
+++ b/include/rtl/uuid.h
@@ -127,7 +127,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_createNamedUuid(
     Predefined Namespaces
     (Use them the following way : sal_uInt8 aNsDNS[16])  = RTL_UUID_NAMESPACE_DNS;
  */
-/** namesapce DNS
+/** namespace DNS
 
     <p>
     (Use them the following way : sal_uInt8 aNsDNS[16])  = RTL_UUID_NAMESPACE_DNS;
diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx
index 693e81d..8d09a1c 100644
--- a/shell/source/win32/workbench/TestSysShExec.cxx
+++ b/shell/source/win32/workbench/TestSysShExec.cxx
@@ -39,7 +39,7 @@
 #endif
 
 
-//  namesapces
+//  namespaces
 
 
 using namespace ::cppu                  ;


More information about the Libreoffice-commits mailing list