Kaydet (Commit) c0bcdde2 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Noel Grandin

Fix typos

Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c
Reviewed-on: https://gerrit.libreoffice.org/29442Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 0d499686
......@@ -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);
......
......@@ -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:
......
......@@ -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();
......
......@@ -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(
......
......@@ -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();
......
......@@ -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' };
......
......@@ -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();
}
......
......@@ -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
......
......@@ -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
......
......@@ -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...)
'''
......
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