Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1366,29 +1366,16 @@ inherting
inicial
ininity
initiales
initialiase
initialisiert
initializong
inituialization
inizialize
inizializes
inlcuded
inlude
inludes
inmmediately
inmplementation
inneffectual
inout
inouts
inproper
inpt
inputed
inputsream
inpuut
inro
insance
insensitiv
insensitve
inseperable
inser
insertin
Expand Down
2 changes: 1 addition & 1 deletion main/autodoc/source/cosv/fullcpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


# --- Settings -----------------------------------------------------
# Has to be inlcuded AFTER settings.mk !
# Has to be included AFTER settings.mk !


.IF "$(GUI)"=="WNT"
Expand Down
2 changes: 1 addition & 1 deletion main/extensions/source/ole/oleobjw.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ void SAL_CALL IUnknownWrapper_Impl::initialize( const Sequence< Any >& aArgument
catch( Exception& e )
{
throw RuntimeException(
OUSTR("[automation bridge] unexpected exception in IUnknownWrapper_Impl::initialiase() error message: \n") + e.Message,
OUSTR("[automation bridge] unexpected exception in IUnknownWrapper_Impl::initialize() error message: \n") + e.Message,
Reference<XInterface>() );
}
}
Expand Down
2 changes: 1 addition & 1 deletion main/odk/examples/DevelopersGuide/GUI/UnoMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public XTopWindow showTopWindow( Rectangle _aRectangle){

// set up a window description and create the window. A parent window is always necessary for this...
com.sun.star.awt.WindowDescriptor aWindowDescriptor = new com.sun.star.awt.WindowDescriptor();
// a TopWindow is contains a title bar and is able to inlude menus...
// a TopWindow is contains a title bar and is able to include menus...
aWindowDescriptor.Type = WindowClass.TOP;
// specify the position and height of the window on the parent window
aWindowDescriptor.Bounds = _aRectangle;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* </ul> <p>
* This test needs the following object relations :
* <ul>
* <li> <code>'ImageMap'</code> (an inmplementation of
* <li> <code>'ImageMap'</code> (an implementation of
* <code>com.sun.star.image.ImageMapObject</code>):
* is used to insert a new Map into collection
* from 'ImageMap' property. </li>
Expand Down
2 changes: 1 addition & 1 deletion main/rsc/source/prj/start.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static sal_Bool CallRsc2( ByteString aRsc2Name,
|| !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-br" )
|| !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-bz" )
|| !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-r" )
// Am I the only one that thinks the following line inludes all the tests before?
// Am I the only one that thinks the following line includes all the tests before?
|| ( '-' != *(char *)pCmdLine->GetEntry( i ) ) )
{
}
Expand Down
2 changes: 1 addition & 1 deletion main/sal/osl/os2/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void oslWorkerWrapperFunction(void* pData)
#if OSL_DEBUG_LEVEL>0
printf("oslWorkerWrapperFunction pThreadImpl %x, pThreadImpl->m_ThreadId %d\n", pThreadImpl, pThreadImpl->m_ThreadId);
#endif
/* Inizialize PM for this thread */
/* Initialize PM for this thread */
pThreadImpl->m_hab = WinInitialize( 0 );
#if OSL_DEBUG_LEVEL>0
printf("pThreadImpl->m_ThreadId %d, pThreadImpl->m_hab %x\n", pThreadImpl->m_ThreadId,pThreadImpl->m_hab);
Expand Down
4 changes: 2 additions & 2 deletions main/sal/qa/rtl/ostring/rtl_str.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace rtl_str
rtl::OString aStr2 = "LINE MUST BE EQUAL.";

sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr());
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitve).";
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitive).";
}

TEST_F(compareIgnoreAsciiCase, compare_003)
Expand Down Expand Up @@ -167,7 +167,7 @@ namespace rtl_str
sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(),
aStr2.getStr(), aStr2.getLength(),
aStr1.getLength());
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitve).";
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitive).";
}

TEST_F(shortenedCompareIgnoreAsciiCase_WithLength, compare_003)
Expand Down
8 changes: 4 additions & 4 deletions main/sal/qa/rtl/oustring/rtl_ustr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace rtl_ustr
rtl::OUString aStr2 = rtl::OUString::createFromAscii("LINE MUST BE EQUAL.");

sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr());
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitve).";
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitive).";
}

TEST_F(compareIgnoreAsciiCase, compare_003)
Expand Down Expand Up @@ -181,7 +181,7 @@ namespace rtl_ustr
sal_Int32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(),
aStr2.getStr(), aStr2.getLength(),
aStr1.getLength());
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitve).";
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitive).";
}

TEST_F(shortenedCompareIgnoreAsciiCase_WithLength, compare_003)
Expand Down Expand Up @@ -1008,7 +1008,7 @@ namespace rtl_ustr
rtl::OString sStr2 = "LINE MUST BE EQUAL, WHEN IGNORE CASE.";

sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr());
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitve).";
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitive).";
}

TEST_F(ascii_compareIgnoreAsciiCase, ascii_compareIgnoreAsciiCase_003)
Expand Down Expand Up @@ -1092,7 +1092,7 @@ namespace rtl_ustr
rtl::OString sStr2 = "LINE MUST BE EQUAL, WHEN IGNORE CASE.";

sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr());
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitve).";
ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal (if case insensitive).";
}

TEST_F(getToken, ascii_compareIgnoreAsciiCase_003)
Expand Down
2 changes: 1 addition & 1 deletion main/sc/source/filter/inc/xiview.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private:
/** Contains all view settings for a single sheet.

Usage:
1) When import filter starts reading a worksheet substream, inizialize an
1) When import filter starts reading a worksheet substream, initialize an
instance of this class with the Initialize() function. This will set
all view options to Excel default values.
2) Read all view related records using the Read*() functions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public:
Operation(){}
virtual ~Operation(){}

/** Should this operation be interpolated . If TRUE, the transform will smoothly move from making no difference from t = 0.0 to nT0 to being completely transformed from t = nT1 to 1. If FALSE, the transform will be inneffectual from t = 0 to nT0, and completely transformed from t = nT0 to 1.
/** Should this operation be interpolated . If TRUE, the transform will smoothly move from making no difference from t = 0.0 to nT0 to being completely transformed from t = nT1 to 1. If FALSE, the transform will be ineffectual from t = 0 to nT0, and completely transformed from t = nT0 to 1.
*/
bool bInterpolate;

Expand Down
2 changes: 1 addition & 1 deletion main/svtools/source/contnr/fileview.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2521,7 +2521,7 @@ sal_Bool CompareSortingData_Impl( SortingData_Impl* const aOne, SortingData_Impl
switch ( gnColumn )
{
case COLUMN_TITLE:
// compare case insensitiv first
// compare case insensitive first
nComp = pCollatorWrapper->compareString( aOne->GetLowerTitle(), aTwo->GetLowerTitle() );

if ( nComp == 0 )
Expand Down
2 changes: 1 addition & 1 deletion main/svx/inc/svx/AccessibleControlShape.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ protected:

/** adjusts our AccessibleRole, depending on the control type we're working for

<p>Only to be called during inituialization</p>
<p>Only to be called during initialization</p>
*/
void adjustAccessibleRole( );

Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/ui/index/cnttab.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@ long SwTOXEntryTabPage::Notify( NotifyEvent& rNEvt )
}
/*-- 16.06.99 10:47:35---------------------------------------------------

This function inizializes the default value in the Token
This function initializes the default value in the Token
put here the UI dependent initializations
-----------------------------------------------------------------------*/
IMPL_LINK(SwTOXEntryTabPage, InsertTokenHdl, PushButton*, pBtn)
Expand Down
2 changes: 1 addition & 1 deletion main/ucb/source/ucp/webdav/webdavcontent.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ uno::Any Content::open(
new DAVResourceAccess( *m_xResAccess.get() ) );
}

// fill inputsream sync; return if all data present
// fill inputstream sync; return if all data present
DAVResource aResource;
std::vector< rtl::OUString > aHeaders;

Expand Down
2 changes: 1 addition & 1 deletion main/vcl/source/window/winproc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ static void ImplHandlePaint( Window* pWindow, const Rectangle& rBoundRect, bool
// #i87663# trigger possible pending resize notifications
// (GetSizePixel does that for us)
pWindow->GetSizePixel();
// force drawing inmmediately
// force drawing immediately
pWindow->Update();
}
}
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/unx/generic/app/i18n_ic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ SalI18N_InputContext::SupportInputMethodStyle( XIMStyles *pIMStyles )
{
// check whether the XIM supports one of the desired styles
// only a single preedit and a single status style must occur
// in a inpuut method style. Hideki said so, so i trust him
// in a input method style. Hideki said so, so i trust him
for ( int nStyle = 0; nStyle < pIMStyles->count_styles; nStyle++ )
{
XIMStyle nProvidedStyle = pIMStyles->supported_styles[ nStyle ];
Expand Down