Kaydet (Commit) 86781bcf authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9
Reviewed-on: https://gerrit.libreoffice.org/35633Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 17356544
......@@ -293,7 +293,7 @@ struct JavaInfoGuard {
the second argument which is compared with the first.
@return
true - both object represent the same JRE.</br>
false - the objects represend different JREs
false - the objects represent different JREs
*/
JVMFWK_DLLPUBLIC bool jfw_areEqualJavaInfo(
JavaInfo const * pInfoA,JavaInfo const * pInfoB);
......@@ -328,7 +328,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_isVMRunning(sal_Bool *bRunning);
JREs can be provided by different vendors.
The function obtains information about JRE installations and checks if
there is one among them that supports
a set of features (currently only accessibilty is possible). If none was
a set of features (currently only accessibility is possible). If none was
found then it also uses a list of paths, which have been registered
by <code>jfw_addJRELocation</code>
to find JREs. Found JREs are examined in the same way.</p>
......
......@@ -98,7 +98,7 @@ template<typename T> inline boost::optional<T const> tryGetConverted(
/** Try to access the value of a specific type stored in an Any.
In trying to obtain a value, the same set of conversions as supported by
">>=" are considere.
">>=" are considered.
The returned object is a proxy. Proxies can be either positive or negative.
Each proxy can be contextually converted to bool, yielding true iff the
......
......@@ -33,8 +33,8 @@ namespace o3tl
/// typedef o3tl::strong_int<unsigned, MyIntTag> MyInt;
///
/// \param UNDERLYING_TYPE the underlying scalar type
/// \param PHANTOM_TYPE a type tag, used to distinguish this instantion of the template
/// from other instantiantions with the same UNDERLYING_TYPE.
/// \param PHANTOM_TYPE a type tag, used to distinguish this instantiation of the template
/// from other instantiations with the same UNDERLYING_TYPE.
///
template <typename UNDERLYING_TYPE, typename PHANTOM_TYPE>
struct strong_int
......
......@@ -498,7 +498,7 @@ typedef std::shared_ptr< NameListBase > NameListRef;
/** Base class of all classes providing names for specific values (name lists).
The idea is to provide a unique interfase for all different methods to
The idea is to provide a unique interface for all different methods to
write specific names for any values. This can be enumerations (dedicated
names for a subset of values), or names for bits in bit fields. Classes
derived from this base class implement the specific behaviour for the
......
......@@ -34,7 +34,7 @@ extern "C" {
Main goals and usage hints
The main intentention of this interface is to provide an universal portable and
The main intention of this interface is to provide an universal portable and
high performance access to file system issues on any operating system.
There are a few main goals:
......@@ -571,7 +571,7 @@ struct _oslVolumeInfo {
sal_uInt64 uFreeSpace;
/** Maximum length of file name of a single item */
sal_uInt32 uMaxNameLength;
/** Maximum length of a full quallified path in system notation */
/** Maximum length of a full qualified path in system notation */
sal_uInt32 uMaxPathLength;
/** Points to a string that receives the name of the file system type. String should be set to zero before calling osl_getVolumeInformation
and released after usage. */
......@@ -1454,7 +1454,7 @@ typedef sal_uInt32 (SAL_CALL *oslCalcTextWidthFunc)( rtl_uString *ustrText );
Function ptr that calculates the width of a string. Can be zero.
@param uMaxWidth [in]
Maximum width allowed that is retunrned from pCalcWidth.
Maximum width allowed that is returned from pCalcWidth.
If pCalcWidth is zero the character count is assumed as width.
@retval osl_File_E_None on success
......
......@@ -28,7 +28,7 @@ namespace osl
/** Encapsulate security information for one user.
A object of this class is used to execute a process with the rights an
security options of a scecified user.
security options of a specified user.
@see Process::executeProcess
*/
class Security
......
......@@ -239,7 +239,7 @@ SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_createInetBroadcastAddr (
rtl_uString *strDottedAddr, sal_Int32 Port);
/** Create an internet-address, consisting of hostaddress and port.
/** Create an internet-address, consisting of host address and port.
We interpret strDottedAddr as a dotted-decimal inet-addr
(e.g. "141.99.128.50").
@param strDottedAddr [in] String with dotted address.
......
......@@ -102,12 +102,12 @@ namespace osl
inline sal_Int32 SAL_CALL getPort() const;
/** Sets the port number of the address.
@return true if successfule.
@return true if successful.
*/
inline bool SAL_CALL setPort( sal_Int32 nPort );
/** Sets the address of the underlying socket address struct in network byte order.
@return true on success, false signales failure.
@return true on success, false signals failure.
*/
inline bool SAL_CALL setAddr( const ::rtl::ByteSequence & address );
......
......@@ -240,7 +240,7 @@ public:
/// Destructor, the internal array with key names will be deleted.
inline ~RegistryKeyNames();
/// returns the name of the key sepecified by index.
/// returns the name of the key specified by index.
inline rtl::OUString getElement(sal_uInt32 index);
/// returns the length of the array.
......
......@@ -190,7 +190,7 @@ namespace o3tl
/** specifies the type of a field value.
A field can have a value if it repsresents a constant or an enum value.
A field can have a value if it represents a constant or an enum value.
*/
enum RTValueType {
RT_TYPE_NONE,
......
......@@ -56,7 +56,7 @@ extern "C" {
without .bin or .exe suffix. The ini-filename can be
set by the special command line parameter
'-env:INIFILENAME=/absolute/path/to/inifile' at runtime or it may
be set at compiletime by an API-call.<p>
be set at compile time by an API-call.<p>
5th level: URE_BOOTSTRAP ini-file. If the bootstrap variable URE_BOOTSTRAP
expands to the URL of an ini-file, that ini-file is searched.<p>
......
......@@ -140,7 +140,7 @@ namespace rtl
enum __ByteSequence_NoDefault
{
/** This enum value can be used to create a bytesequence with uninitalized data
/** This enum value can be used to create a bytesequence with uninitialized data
*/
BYTESEQ_NODEFAULT = 0xcafe
};
......@@ -217,7 +217,7 @@ public:
inline ByteSequence( sal_Int32 len , enum __ByteSequence_NoDefault nodefault );
/** Constructor:
Creates a sequence from a C-Handle without acquiring the handle, thus taking
over owenership. Eitherway the handle is release by the destructor.
over ownership. Eitherway the handle is released by the destructor.
This ctor is useful, when working with a c-interface (it safes a pair of
acquire and release call and is thus a performance optimization only).
......
......@@ -97,7 +97,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_locale_setDefault(
/**
Getter for programmatic name of field,
a lowercased two-letter ISO 639-1 or three-letter ISO 639-3 code.
a lowercase two-letter ISO 639-1 or three-letter ISO 639-3 code.
@see getDisplayLanguage
*/
SAL_DLLPUBLIC rtl_uString * SAL_CALL rtl_locale_getLanguage( rtl_Locale * This );
......
......@@ -492,7 +492,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
is silenced in internal code. It would need some substantial clean-up of
internal code to fix all warnings/errors generated by it. (Once that is
done, it can become a synonym for SAL_DEPRECATED under LIBO_INTERNAL_ONLY,
too. Completely removing the macro then would be incompatible, in case thare
too. Completely removing the macro then would be incompatible, in case there
are include files still around generated with a cppumaker that emitted it.)
*/
#ifdef LIBO_INTERNAL_ONLY
......@@ -530,7 +530,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
Useful in cases where the compiler is "too clever" like when doing
link-time code generation, and noticing that a called function
always throws, and fixing the problem cleanly so that it produceds
always throws, and fixing the problem cleanly so that it produces
no warnings in normal non-LTO compilations either is not easy.
*/
......
......@@ -92,7 +92,7 @@ typedef SfxChildWindowContext* (*SfxChildWinContextCtor)( vcl::Window *pParentWi
struct SfxChildWinContextFactory
{
SfxChildWinContextCtor pCtor; // Factory method
sal_uInt16 nContextId; // Idenifier for SfxInterface
sal_uInt16 nContextId; // Identifier for SfxInterface
SfxChildWinContextFactory( SfxChildWinContextCtor pTheCtor, sal_uInt16 nID )
: pCtor(pTheCtor)
......
......@@ -227,7 +227,7 @@ namespace sfx2
Note that if this method returns <FALSE/>, then subsequent calls of
->adjustMacroMode can still return <FALSE/>.
That is, if the current macro execution mode for the document is not yet known
(and inparticular <em>not</em> MacroExecMode::NEVER_EXECUTE), then ->isMacroExecutionDisallowed
(and in particular <em>not</em> MacroExecMode::NEVER_EXECUTE), then ->isMacroExecutionDisallowed
will return <FALSE/>.
However, a subsequent call to ->adjustMacroMode can result in the user
denying macro execution, in which ->adjustMacroMode will return <FALSE/>,
......
......@@ -355,7 +355,7 @@ public:
/**
With this method can the slots of the subclasses be invalidated through the
slot Id or alternatively through the Which ID. Slot IDs, which are
inherited by the subclass are also invalidert.
inherited by the subclass are also invalidated.
[Cross-reference]
......
......@@ -71,7 +71,7 @@ namespace drawinglayer {
WinBits
WB_VSCROLL A scroolbar will be always shown. The visible number of
WB_VSCROLL A scrollbar will be always shown. The visible number of
lines have to be specified with SetLineCount() if this
flag is set.
WB_TABSTOP It is possible to jump into the ValueSet with the tab key.
......
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