Skip to content

Commit

Permalink
Fix spelling in code comments (#211)
Browse files Browse the repository at this point in the history
Thanks!

(cherry picked from commit 07df5c7)
  • Loading branch information
jbampton authored and Pilot-Pirx committed May 14, 2024
1 parent 824b2eb commit 6029457
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion main/editeng/source/misc/unolingu.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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() )
Expand Down
2 changes: 1 addition & 1 deletion main/linguistic/source/misc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
2 changes: 1 addition & 1 deletion main/psprint_config/configuration/psprint.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion main/sd/source/ui/inc/OutlineView.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 * );
Expand Down
2 changes: 1 addition & 1 deletion main/xmerge/source/palmtests/qa/lib/converterlib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 6029457

Please sign in to comment.