diff --git a/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx b/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx index a142aeb8b8..317e57fc2b 100644 --- a/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx +++ b/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx @@ -38,10 +38,10 @@ namespace drawinglayer { /** ControlPrimitive2D class - Base class for ControlPrimitive handling. It decoposes to a + Base class for ControlPrimitive handling. It decomposes to a graphical representation (Bitmap data) of the control. This representation is limited to a quadratic pixel maximum defined - in the applicatin settings. + in the application settings. */ class DRAWINGLAYER_DLLPUBLIC ControlPrimitive2D : public BufferedDecompositionPrimitive2D { diff --git a/main/editeng/source/misc/unolingu.cxx b/main/editeng/source/misc/unolingu.cxx index 9983174cfb..2e2711683a 100644 --- a/main/editeng/source/misc/unolingu.cxx +++ b/main/editeng/source/misc/unolingu.cxx @@ -877,7 +877,7 @@ class LinguMgrAppExitLstnr : public LinguMgrAppExitLstnrBaseClass LinguMgrAppExitLstnr::LinguMgrAppExitLstnr() { // add object to frame::Desktop EventListeners in order to properly call - // the AtExit function at appliction exit. + // the AtExit function at application exit. uno::Reference< XMultiServiceFactory > xMgr = getProcessServiceFactory(); if ( xMgr.is() ) diff --git a/main/linguistic/source/misc.cxx b/main/linguistic/source/misc.cxx index e5439b80ff..11222381f4 100644 --- a/main/linguistic/source/misc.cxx +++ b/main/linguistic/source/misc.cxx @@ -930,7 +930,7 @@ uno::Reference< XDictionary > GetIgnoreAllList() AppExitListener::AppExitListener() { // add object to Desktop EventListeners in order to properly call - // the AtExit function at appliction exit. + // the AtExit function at application exit. uno::Reference< XMultiServiceFactory > xMgr = getProcessServiceFactory(); if (xMgr.is()) diff --git a/main/psprint_config/configuration/psprint.conf b/main/psprint_config/configuration/psprint.conf index 5a18beac30..b606fad720 100644 --- a/main/psprint_config/configuration/psprint.conf +++ b/main/psprint_config/configuration/psprint.conf @@ -105,7 +105,7 @@ Command= ; QuickCommand: a command line that accepts PostScript as standard input (pipe) ; this command line will be used instead of the command line given in the ; "Command" key, if the user presses the direct print button. In this case -; no print dialog should be shown, neither form the printing applcation nor +; no print dialog should be shown, neither from the printing application nor ; from the command line (example "kprinter --nodialog --stdin") ; note: a shell will be started for the command ;QuickCommand= diff --git a/main/sd/source/ui/inc/OutlineView.hxx b/main/sd/source/ui/inc/OutlineView.hxx index f349a1d88e..d559e5e49a 100644 --- a/main/sd/source/ui/inc/OutlineView.hxx +++ b/main/sd/source/ui/inc/OutlineView.hxx @@ -217,7 +217,7 @@ private: */ void onUpdateStyleSettings( bool bForceUpdate = false ); - /** this link is called from the vcl applicaten when the stylesettings + /** this link is called from the vcl application when the stylesettings change. Its only purpose is to call onUpdateStyleSettings() then. */ DECL_LINK( AppEventListenerHdl, void * ); diff --git a/main/xmerge/source/palmtests/qa/lib/converterlib.pm b/main/xmerge/source/palmtests/qa/lib/converterlib.pm index 358448645b..80566ea9db 100644 --- a/main/xmerge/source/palmtests/qa/lib/converterlib.pm +++ b/main/xmerge/source/palmtests/qa/lib/converterlib.pm @@ -802,7 +802,7 @@ sub tap_applications # x - x-location to enter string # y - y-location to enter string # in_string - string to enter -# application - appliation (QUICKWORD or MINICALC) +# application - application (QUICKWORD or MINICALC) # # Enters a string at the specified x,y position. #