summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osl/module.h4
-rw-r--r--include/uno/threadpool.h2
-rw-r--r--sd/source/ui/view/drviewsa.cxx2
-rw-r--r--testtools/source/bridgetest/idl/bridgetest.idl2
4 files changed, 5 insertions, 5 deletions
diff --git a/include/osl/module.h b/include/osl/module.h
index 9d1bbefa328a..6f8468878fba 100644
--- a/include/osl/module.h
+++ b/include/osl/module.h
@@ -76,7 +76,7 @@ SAL_DLLPUBLIC oslModule SAL_CALL osl_loadModule(rtl_uString *strModuleName, sal_
/** Load a shared library or module.
@param[in] pModuleName denotes the name of the module to be loaded.
- @paramiin] nRtldMode denotes the mode.
+ @param[in] nRtldMode denotes the mode.
@return NULL if the module could not be loaded, otherwise a handle to the module.
@@ -196,7 +196,7 @@ SAL_DLLPUBLIC oslGenericFunction SAL_CALL osl_getAsciiFunctionSymbol(
/** Lookup URL of module which is mapped at the specified address.
@param[in] pv specifies an address in the process memory space.
- @paramout] pustrURL receives the URL of the module that is mapped at pv.
+ @param[out] pustrURL receives the URL of the module that is mapped at pv.
@return sal_True on success, sal_False if no module can be found at the specified address.
*/
SAL_DLLPUBLIC sal_Bool SAL_CALL osl_getModuleURLFromAddress(
diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h
index b875b4c67338..49f46db8ec29 100644
--- a/include/uno/threadpool.h
+++ b/include/uno/threadpool.h
@@ -159,7 +159,7 @@ uno_threadpool_putJob(
The threads waiting with uno_threadpool_enter() will return with *ppJob == 0
Later calls to uno_threadpool_enter() using the hPool handle will also
- return immeadiatly with *ppJob == 0.
+ return immediately with *ppJob == 0.
@param hPool The handle to be disposed.
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 9482c530f3bd..2a28a1ffb2db 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -381,7 +381,7 @@ bool DrawViewShell::RelocateToParentWindow (vcl::Window* pParentWindow)
*/
/*
- Polylines are represented by makros as a sequence of:
+ Polylines are represented by macros as a sequence of:
MoveTo (x, y)
LineTo (x, y) [or BezierTo (x, y)]
LineTo (x, y)
diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl
index 22612b8dfc36..a14330c8ebef 100644
--- a/testtools/source/bridgetest/idl/bridgetest.idl
+++ b/testtools/source/bridgetest/idl/bridgetest.idl
@@ -161,7 +161,7 @@ struct TestPolyStruct2<T,C> {
interface XRecursiveCall : com::sun::star::uno::XInterface
{
/***
- * @param nToCall If nToCall is 0, the method returns immeadiatly.
+ * @param nToCall If nToCall is 0, the method returns immediately.
* Otherwise, call the given interface with nToCall -1
*
***/