summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/constantparam.cxx2
-rw-r--r--compilerplugins/clang/dllprivate.cxx4
-rw-r--r--desktop/source/app/app.cxx2
-rw-r--r--include/osl/signal.h2
-rw-r--r--offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl2
-rw-r--r--sal/qa/rtl/strings/test_oustring_compare.cxx2
-rw-r--r--sfx2/source/appl/appserv.cxx2
-rw-r--r--svx/qa/unoapi/knownissues.xcl14
-rw-r--r--ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx2
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Startup.py2
10 files changed, 17 insertions, 17 deletions
diff --git a/compilerplugins/clang/constantparam.cxx b/compilerplugins/clang/constantparam.cxx
index c517e59739c3..550cdd16499e 100644
--- a/compilerplugins/clang/constantparam.cxx
+++ b/compilerplugins/clang/constantparam.cxx
@@ -188,7 +188,7 @@ bool ConstantParam::VisitCallExpr(const CallExpr * callExpr) {
return true;
}
functionDecl = functionDecl->getCanonicalDecl();
- // method overrides don't always specify the same default params (althogh they probably should)
+ // method overrides don't always specify the same default params (although they probably should)
// so we need to work our way up to the root method
while (isa<CXXMethodDecl>(functionDecl)) {
const CXXMethodDecl* methodDecl = dyn_cast<CXXMethodDecl>(functionDecl);
diff --git a/compilerplugins/clang/dllprivate.cxx b/compilerplugins/clang/dllprivate.cxx
index d94ac3a49bd2..05cf26d7d5d2 100644
--- a/compilerplugins/clang/dllprivate.cxx
+++ b/compilerplugins/clang/dllprivate.cxx
@@ -58,9 +58,9 @@ public:
private:
void run() override {
- // DISABLE_DYNLOADING makes SAL_DLLPUBLIC_{EXPORT,IMPORT,TEMPLAT} expand
+ // DISABLE_DYNLOADING makes SAL_DLLPUBLIC_{EXPORT,IMPORT,TEMPLATE} expand
// to visibility("hidden") attributes, which would cause bogus warnings
- // here (e.g., in UBSan builds that explicitly define DISBALE_DYNLOADING
+ // here (e.g., in UBSan builds that explicitly define DISABLE_DYNLOADING
// in jurt/source/pipe/staticsalhack.cxx); alternatively, change
// include/sal/types.h to make those SAL_DLLPUBLIC_* expand to nothing
// for DISABLE_DYNLOADING:
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 732507b27733..1805d60450fd 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1941,7 +1941,7 @@ IMPL_LINK_NOARG_TYPED(Desktop, OpenClients_Impl, void*, void)
// ALSO:
//
// Multiple clients may request simultaneous connections.
- // When this server closes down it attempts to recreate the pipe (in RequestHander::Disable()).
+ // When this server closes down it attempts to recreate the pipe (in RequestHandler::Disable()).
// It's possible that the client has a pending connection request.
// When the IPC thread is not running, this connection locks (because maPipe.accept()) is never called
RequestHandler::SetReady();
diff --git a/include/osl/signal.h b/include/osl/signal.h
index 539ae0d4a541..96425342773b 100644
--- a/include/osl/signal.h
+++ b/include/osl/signal.h
@@ -95,7 +95,7 @@ SAL_DLLPUBLIC oslSignalAction SAL_CALL osl_raiseSignal(
@return
sal_True if previous state of error reporting was enabled<br>
- sal_False if previous state of error reporting was disbaled<br>
+ sal_False if previous state of error reporting was disabled<br>
*/
SAL_DLLPUBLIC sal_Bool SAL_CALL osl_setErrorReporting(
diff --git a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
index a0861a4c37a8..3fb7430fa6a6 100644
--- a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
+++ b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
@@ -38,7 +38,7 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface
void enableAutomaticDeviceSelection( [in] boolean force );
/**
- * Disbales automatic OpenCL Device Selection
+ * Disables automatic OpenCL Device Selection
*/
void disableAutomaticDeviceSelection();
diff --git a/sal/qa/rtl/strings/test_oustring_compare.cxx b/sal/qa/rtl/strings/test_oustring_compare.cxx
index 77f2fb7f293f..da3cd57bd9ea 100644
--- a/sal/qa/rtl/strings/test_oustring_compare.cxx
+++ b/sal/qa/rtl/strings/test_oustring_compare.cxx
@@ -78,7 +78,7 @@ void test::oustring::Compare::compareToIgnoreAsciiCase()
void test::oustring::Compare::compareTo()
{
// test that embedded NUL does not stop the compare
- // this sort of thing is how we assing shape ids in oox
+ // this sort of thing is how we assign shape ids in oox
sal_Unicode str1[2] = { '\0', 'x' };
sal_Unicode str2[2] = { '\0', 'y' };
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 40811c2ccba8..14b9aa8b8cf9 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -732,7 +732,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
break;
}
- // Save new toolar mode for a current module
+ // Save new toolbar mode for a current module
aAppNode.setNodeValue( "Active", makeAny( aNewName ) );
aAppNode.commit();
}
diff --git a/svx/qa/unoapi/knownissues.xcl b/svx/qa/unoapi/knownissues.xcl
index be69c62be91a..e5d4b3a17e7d 100644
--- a/svx/qa/unoapi/knownissues.xcl
+++ b/svx/qa/unoapi/knownissues.xcl
@@ -19,19 +19,19 @@
### i85263 ###
svx.SvxShape::com::sun::star::drawing::TextProperties::TextWritingMode
svx.SvxShapeConnector::com::sun::star::drawing::TextProperties::TextWritingMode
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i46736 ###
svx.AccessibleImageBullet
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
-### i85501 ###
+### i85501 ###
svx.SvxGraphCtrlAccessibleContext
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i85539 ###
svx.AccessiblePresentationShape
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i85476 ###
svx.SvxUnoText::com::sun::star::text::XTextRangeMover
@@ -92,11 +92,11 @@ svx.SvxUnoTextRange::com::sun::star::beans::XPropertySet
### i90294 ###
svx.GraphicExporter
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i98339 ###
svx.AccessibleControlShape
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i111114 ###
svx.AccessiblePresentationOLEShape::com::sun::star::accessibility::XAccessibleComponent
diff --git a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
index d77174e75ec3..3f685919a055 100644
--- a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
+++ b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
@@ -1262,7 +1262,7 @@ bool DAVResourceAccess::handleException( const DAVException & e, int errorCount
switch( e.getStatus() )
{
// the HTTP server side response status codes that can be retried
- case SC_BAD_GATEWAY: // retry, can be an eccessive load
+ case SC_BAD_GATEWAY: // retry, can be an excessive load
case SC_GATEWAY_TIMEOUT: // retry, may be we get lucky
case SC_SERVICE_UNAVAILABLE: // retry, the service may become available
case SC_INSUFFICIENT_STORAGE: // space may be freed, retry
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py b/wizards/com/sun/star/wizards/web/WWD_Startup.py
index c789c19e5038..2c235104459f 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py
@@ -613,7 +613,7 @@ class WWD_Startup(WWD_General):
'''
Disables/enables the docUpDown buttons (step 2)
according to the currently selected document
- (no doc selected - both disbaled, last doc selected,
+ (no doc selected - both disabled, last doc selected,
down disabled and so on...)
'''