summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolkit/qa/complex/toolkit/GridControl.java2
-rw-r--r--tools/source/generic/config.cxx2
-rw-r--r--ucb/source/ucp/file/filtask.hxx2
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx2
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier2.idl2
-rw-r--r--udkapi/com/sun/star/io/XInputStream.idl8
-rw-r--r--udkapi/com/sun/star/modules.idl2
-rw-r--r--udkapi/com/sun/star/script/XDefaultProperty.idl2
-rw-r--r--udkapi/com/sun/star/task/XInteractionAbort.idl2
-rw-r--r--udkapi/com/sun/star/task/XInteractionRetry.idl2
-rw-r--r--unotest/source/python/org/libreoffice/unotest.py2
-rw-r--r--unotools/source/config/dynamicmenuoptions.cxx2
-rw-r--r--unotools/source/misc/fontdefs.cxx2
13 files changed, 16 insertions, 16 deletions
diff --git a/toolkit/qa/complex/toolkit/GridControl.java b/toolkit/qa/complex/toolkit/GridControl.java
index bde63aa2fc67..ab836cc4a057 100644
--- a/toolkit/qa/complex/toolkit/GridControl.java
+++ b/toolkit/qa/complex/toolkit/GridControl.java
@@ -122,7 +122,7 @@ public class GridControl
// TODO: check all those generic properties for equality
// the data model and the column model should have been cloned, too
- // in particular, the clone should not share the sub models with the orignal
+ // in particular, the clone should not share the sub models with the original
final XMutableGridDataModel originalDataModel = UnoRuntime.queryInterface( XMutableGridDataModel.class,
m_gridControlModel.getPropertyValue( "GridDataModel" ) );
final XMutableGridDataModel clonedDataModel = UnoRuntime.queryInterface( XMutableGridDataModel.class,
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index fc680c96beec..5b15a97eb225 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -642,7 +642,7 @@ ImplGroupData* Config::ImplGetGroup() const
mpData->mpFirstGroup = pGroup;
}
- // Always inherit group names and upate cache members
+ // Always inherit group names and update cache members
pGroup->maGroupName = maGroupName;
const_cast<Config*>(this)->mnDataUpdateId = mpData->mnDataUpdateId;
const_cast<Config*>(this)->mpActGroup = pGroup;
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index e924f191dd16..5371869de44a 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -637,7 +637,7 @@ namespace fileaccess
// Helper function for mkfil,mkdir and write
// Creates whole path
// returns success of the operation
- // The calle determines the errorCode, which should be used to install
+ // The call determines the errorCode, which should be used to install
// any error
bool SAL_CALL
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 255a1cd0f850..34276231a975 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -4232,7 +4232,7 @@ bool Content::isResourceAvailable( const css::uno::Reference< css::ucb::XCommand
{
// To check for the physical URL resource availability, first
// try using a simple HEAD command
- // if HEAD is successfull, set element found,
+ // if HEAD is successful, set element found,
rResAccess->HEAD( aHeaderNames, aResource, xEnv );
rDAVOptions.setHttpResponseStatusCode( 0 );
OUString aNoText;
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
index d393083d180d..01930ca321d4 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
@@ -43,7 +43,7 @@
bridging code involved when those types are being used.
</p>
- <p>Sometimes a bridge cannot be created, depending on whether a programm uses
+ <p>Sometimes a bridge cannot be created, depending on whether a program uses
the XBridgeSupplier2 interface remotely. Assuming one wants to bridge an
OLE Automation object to UNO by calling createBridge on a proxy, then the UNO remote
bridge would not recognise that the Any argument contains an IDispatch interface.
diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl
index 0b3cb9b8ea05..11d40319937d 100644
--- a/udkapi/com/sun/star/io/XInputStream.idl
+++ b/udkapi/com/sun/star/io/XInputStream.idl
@@ -58,10 +58,10 @@ published interface XInputStream: com::sun::star::uno::XInterface
<li> neither caller nor callee keep a second reference to the same
sequence.
<li> the sequence is pre-allocated with the requested number of bytes.
- <li> the same sequence is reused ( simply preallocationg a new
- sequence for every call bears no advantage ).
- <li> the call is not bridged (e.g., betweeen different compilers
- or different processes ).
+ <li> the same sequence is reused (simply preallocationg a new
+ sequence for every call bears no advantage).
+ <li> the call is not bridged (e.g., between different compilers
+ or different processes).
</ol>
<br>
If the same 'optimized' code runs against an interface in a different process,
diff --git a/udkapi/com/sun/star/modules.idl b/udkapi/com/sun/star/modules.idl
index ad20cdf657fd..b577c9bbd584 100644
--- a/udkapi/com/sun/star/modules.idl
+++ b/udkapi/com/sun/star/modules.idl
@@ -67,7 +67,7 @@ module registry {};
/// Scripting language bindings.
module script {};
-/// Interface for authorisation and authentification.
+/// Interface for authorisation and authentication.
module security {};
/// Basic UNO interfaces.
diff --git a/udkapi/com/sun/star/script/XDefaultProperty.idl b/udkapi/com/sun/star/script/XDefaultProperty.idl
index beb98210fe85..45d39cb4e4f8 100644
--- a/udkapi/com/sun/star/script/XDefaultProperty.idl
+++ b/udkapi/com/sun/star/script/XDefaultProperty.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module script {
/**
An object supporting this interface indicates to interested
- parties or clients the name of the default propery for
+ parties or clients the name of the default property for
this object.
<p>For example where ExampleObject is an instance of an Object that
supports this interface which returns the default property name
diff --git a/udkapi/com/sun/star/task/XInteractionAbort.idl b/udkapi/com/sun/star/task/XInteractionAbort.idl
index 85a1047432c5..0124933ccacd 100644
--- a/udkapi/com/sun/star/task/XInteractionAbort.idl
+++ b/udkapi/com/sun/star/task/XInteractionAbort.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module task {
-/** An interaction continuation specifing to abort executing the process that
+/** An interaction continuation specifying to abort executing the process that
issued the request.
*/
published interface XInteractionAbort: com::sun::star::task::XInteractionContinuation
diff --git a/udkapi/com/sun/star/task/XInteractionRetry.idl b/udkapi/com/sun/star/task/XInteractionRetry.idl
index ddef7526eea2..3f31bb97d324 100644
--- a/udkapi/com/sun/star/task/XInteractionRetry.idl
+++ b/udkapi/com/sun/star/task/XInteractionRetry.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module task {
-/** An interaction continuation specifing to try to re-execute the process
+/** An interaction continuation specifying to try to re-execute the process
that issued the request.
*/
published interface XInteractionRetry: com::sun::star::task::XInteractionContinuation
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py
index 0caab5690ba5..13b00845bb36 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -306,7 +306,7 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser("Help utilities for testing LibreOffice")
group = parser.add_mutually_exclusive_group()
group.add_argument("-v", "--verbose", help="increase output verbosity", action="store_true")
- #parser.add_argument("p", type=str, help="programm name")
+ #parser.add_argument("p", type=str, help="program name")
args = parser.parse_args()
if args.verbose:
verbose = True
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx
index f0337ad37cf6..efce8d09ba2b 100644
--- a/unotools/source/config/dynamicmenuoptions.cxx
+++ b/unotools/source/config/dynamicmenuoptions.cxx
@@ -80,7 +80,7 @@ class SvtDynMenu
public:
// append setup written menu entry
// Don't touch name of entry. It was defined by setup and must be the same every time!
- // Look for double menu entries here too... may be some separator items are superflous...
+ // Look for double menu entries here too... may be some separator items are superfluous...
void AppendSetupEntry( const SvtDynMenuEntry& rEntry )
{
if(
diff --git a/unotools/source/misc/fontdefs.cxx b/unotools/source/misc/fontdefs.cxx
index bce62f590132..08874982d1b6 100644
--- a/unotools/source/misc/fontdefs.cxx
+++ b/unotools/source/misc/fontdefs.cxx
@@ -421,7 +421,7 @@ OUString GetEnglishSearchFontName(const OUString& rInName)
{
typedef std::unordered_map<OUString, const char*, OUStringHash> FontNameDictionary;
static FontNameDictionary aDictionary( SAL_N_ELEMENTS(aImplLocalizedNamesList) );
- // the font name dictionary needs to be intialized once
+ // the font name dictionary needs to be initialized once
if( aDictionary.empty() )
{
// TODO: check if all dictionary entries are already normalized?