Skip to content

Commit

Permalink
Fixed some spelling errors GrandOrgue#1716 (GrandOrgue#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 authored Nov 19, 2023
1 parent a158c75 commit ce19667
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/grandorgue/help/GOHelpController.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <wx/html/helpctrl.h>

/*
* The standard wxHtmlHelpController can not bring the help above a modal dialog
* The standard wxHtmlHelpController cannot bring the help above a modal dialog
* under linux. This class creates wxHtmlHelpFrame with wxTOPLEVEL_EX_DIALOG
* extra style for being able to do this.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/grandorgue/loader/GOObjectDistributor.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ template <class T> class GOObjectDistributor {

/**
* This method is called on any exception occured. It causes that all worker
* threads stop working immediate because they can not fetch more objects
* threads stop working immediate because they cannot fetch more objects
*/
void Break() { m_IsBroken.store(true); }
};
Expand Down
2 changes: 1 addition & 1 deletion src/grandorgue/sound/GOSoundDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* Maximum number of blocks (1 block is nChannels samples) per frame */
#define MAX_FRAME_SIZE (1024)

/* Maximum number of channels the engine supports. This value can not be
/* Maximum number of channels the engine supports. This value cannot be
* changed at present.
*/
#define MAX_OUTPUT_CHANNELS (2)
Expand Down
2 changes: 1 addition & 1 deletion src/grandorgue/sound/ports/GOSoundJackPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
*/

// wx should be included before windows.h (from jack.h), otherwise it can not be
// wx should be included before windows.h (from jack.h), otherwise it cannot be
// compiled with mingw
#include "GOSoundJackPort.h"

Expand Down

0 comments on commit ce19667

Please sign in to comment.