diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt index 98d1c6edbcd..4c5ecc87ba6 100644 --- a/.github/linters/codespell.txt +++ b/.github/linters/codespell.txt @@ -1026,7 +1026,6 @@ failes failture faktor falback -fale fallabck fallbacl fals @@ -1262,17 +1261,8 @@ identfication identfied identfier identidier -identier identifed identifer -identifiy -identitiy -idependent -idetifier -idetifiers -idicates -idices -ignroing iif iiterator illigal @@ -1314,7 +1304,6 @@ implemtentation implenetation implent implentation -implentations implicite implicitley implicity @@ -1334,9 +1323,7 @@ inconstent inconviniently incorperates incosistency -incremetal increse -incuded incudes incvalid indendation @@ -1457,7 +1444,6 @@ intercation interecptor interepreted intereseted -interessted interessting interfac interfer @@ -1679,11 +1665,9 @@ moduls modulu momement momemtn -montors mor mormalized mose -mosue mot mothod moudle @@ -1815,8 +1799,6 @@ optio optionaly ordner ore -orientned -origion orign orignal ot @@ -2319,7 +2301,6 @@ scecified sceme scenarion scenarious -scolled scond scrao screnn diff --git a/main/cpputools/source/unoexe/unoexe.cxx b/main/cpputools/source/unoexe/unoexe.cxx index f71819a9bb3..ca7625665d9 100644 --- a/main/cpputools/source/unoexe/unoexe.cxx +++ b/main/cpputools/source/unoexe/unoexe.cxx @@ -422,7 +422,7 @@ static Reference< XInterface > loadComponent( Reference< XSingleServiceFactory > xSFac( xFactory, UNO_QUERY ); if (xSFac.is()) { - out( "\n> warning: ignroing context for implementation \"" ); + out( "\n> warning: ignoring context for implementation \"" ); out( rImplName ); out( "\"!" ); xInstance = xSFac->createInstance(); diff --git a/main/desktop/source/deployment/manager/dp_extensionmanager.cxx b/main/desktop/source/deployment/manager/dp_extensionmanager.cxx index 0b794a17085..41045671027 100644 --- a/main/desktop/source/deployment/manager/dp_extensionmanager.cxx +++ b/main/desktop/source/deployment/manager/dp_extensionmanager.cxx @@ -472,7 +472,7 @@ bool ExtensionManager::isUserDisabled( it is not disabled by the user, then it is always registered. Otherwise an extension is only registered when there is no registered extension in one of the repositories with a higher priority. That is, if the extension is from - the shared repository and an active extension with the same identifer is in + the shared repository and an active extension with the same identifier is in the user repository, then the extension is not registered. Similarly a bundled extension is not registered if there is an active extension with the same identifier in the shared or user repository. diff --git a/main/desktop/source/deployment/manager/dp_manager.cxx b/main/desktop/source/deployment/manager/dp_manager.cxx index b019f103555..55556ac204b 100644 --- a/main/desktop/source/deployment/manager/dp_manager.cxx +++ b/main/desktop/source/deployment/manager/dp_manager.cxx @@ -1329,7 +1329,7 @@ bool PackageManagerImpl::synchronizeRemovedExtensions( dp_misc::getDescriptionInfoset(url); OSL_ENSURE(infoset.hasDescription(), "Extension Manager: bundled and shared extensions " - "must have an identifer and a version"); + "must have an identifier and a version"); if (infoset.hasDescription() && infoset.getIdentifier() && (! i->first.equals(*(infoset.getIdentifier())) diff --git a/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx b/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx index 05dfa8d4e51..088e5ec7730 100644 --- a/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx +++ b/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx @@ -197,7 +197,7 @@ namespace drawinglayer if(nCount) { - // rotate to have sphere cap orientned to negative X-Axis; do not + // rotate to have sphere cap oriented to negative X-Axis; do not // forget to transform normals, too basegfx::B3DHomMatrix aSphereTrans; diff --git a/main/filter/source/flash/swfwriter1.cxx b/main/filter/source/flash/swfwriter1.cxx index 8fd3343fad3..de6b4cde1b7 100644 --- a/main/filter/source/flash/swfwriter1.cxx +++ b/main/filter/source/flash/swfwriter1.cxx @@ -960,7 +960,7 @@ void Writer::Impl_writeImage( const BitmapEx& rBmpEx, const Point& rPt, const Si Rectangle cropRect(destRect); - // AS: The bmp origion is always 0,0 so we have to adjust before we crop. + // AS: The bmp origin is always 0,0 so we have to adjust before we crop. cropRect.Move(-srcPt.X(), -srcPt.Y()); // AS: Rectangle has no scale function (?!) so I do it manually... Rectangle cropPixelRect(static_cast(cropRect.Left()*XScale), @@ -1043,9 +1043,9 @@ void Writer::Impl_writeBmp( sal_uInt16 nBitmapId, sal_uInt32 width, sal_uInt32 h void Writer::Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sal_uInt8 *pAlphaCompressed, sal_uInt32 alpha_compressed_size ) { - // AS: Go through the actuall JPEG bits, separating out the + // AS: Go through the actual JPEG bits, separating out the // header fields from the actual image fields. Fields are - // identifed by 0xFFXX where XX is the field type. Both + // identified by 0xFFXX where XX is the field type. Both // the header and the image need start and stop (D8 and D9), // so that's why you see those written to both. I don't // really know what the rest of these are, I got it to work diff --git a/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx index 22b9fc09391..16075788bae 100644 --- a/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx +++ b/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx @@ -137,7 +137,7 @@ class CFileOpenDialog { public: // ctor - // bFileOpenDialog idicates if we want a FileOpen or FileSave + // bFileOpenDialog indicates if we want a FileOpen or FileSave // dialog // dwFlags see OPENFILENAME // dwTemplateId - an ID for custom templates diff --git a/main/idl/source/prj/command.cxx b/main/idl/source/prj/command.cxx index 4e2afd01eb8..1cdcd8381cb 100644 --- a/main/idl/source/prj/command.cxx +++ b/main/idl/source/prj/command.cxx @@ -62,7 +62,7 @@ char const * SyntaxStrings[] = { "\ttype definition:", "\tstruct | union identifier", "\t'{'", -"\t\t{ type idetifier }", +"\t\t{ type identifier }", "\t'}'", "\t|", "\tenum identifier", diff --git a/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl b/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl index 15dffdc2d03..4a61104303f 100644 --- a/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl +++ b/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl @@ -61,7 +61,7 @@ service ModuleUICommandDescription
  • Name
    a string which specifies the short name of the user interface command without any additional information. It can be used for the bubble help.
  • Popup
    a boolean which specifies if the user interface command is a unique - identifer for a popup menu. A popup menu has a label, but is not bound to a command.
  • + identifier for a popup menu. A popup menu has a label, but is not bound to a command. The key to a user interface command description is the user interface command itself which has the following syntax ".uno:$Command". For example ".uno:Open" shows the file open dialog. diff --git a/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl b/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl index 71e0b21d0f3..88f50547cbc 100644 --- a/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl +++ b/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module ui {
  • Namea string that identifies a single user interface element within a type class.
  • Modulea string that identifies a single module of OpenOffice.