Kaydet (Commit) 9868cefa authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: If4373f47fdf0ccfcbd490299f8b8d09e17bf92cd
Reviewed-on: https://gerrit.libreoffice.org/39272Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 94bfb93f
......@@ -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(
......
......@@ -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.
......
......@@ -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)
......
......@@ -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
*
***/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment