Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling in code comments #211

Merged
merged 1 commit into from
May 14, 2024
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
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