summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-02-17 21:17:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2016-02-17 21:18:10 +0100
commita7258efa96a193bbea6c25e17fe7c7d5a2c68a3b (patch)
treead9a5d252d4129b96087cf5064c39c5cfcc660c4
parent8fd8a8875def353db34c68ee74d40772b83bae4c (diff)
Typo: namesapce(s)->namespace(s)
Change-Id: Ic7c14c2e39a5ade1f5622a8350f9197d84cf9cc8
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx2
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx2
-rw-r--r--dtrans/source/win32/workbench/test_wincb.cxx2
-rw-r--r--dtrans/source/win32/workbench/testmarshal.cxx2
-rw-r--r--dtrans/test/win32/dnd/transferable.hxx2
-rw-r--r--fpicker/source/win32/filepicker/workbench/Test_fps.cxx2
-rw-r--r--fpicker/source/win32/folderpicker/workbench/Test_fops.cxx2
-rw-r--r--include/rtl/uuid.h2
-rw-r--r--shell/source/win32/workbench/TestSysShExec.cxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index 4ab1bcc2603b..e4ff4a9ac80c 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 5342adf78978..f6482c2d6e03 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 f3ae51c6feeb..9a07befb732f 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 4a5de8fcad4f..f833133fa5e4 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 1afafea498e0..1323a2cd5aaa 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 be75362f73d9..a2e530c76496 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 f91b6cc6d78b..d6d421de018f 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 785377a129fa..b31e2760e649 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 693e81dca2c4..8d09a1c29eb7 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 ;