From 2593a84d56566dc26ad9ba3e373485a3f9e984a9 Mon Sep 17 00:00:00 2001 From: freddii Date: Tue, 12 Jan 2021 09:54:34 +0000 Subject: [PATCH] Fix some spelling mistakes. --- dox2-src/Themability.dox2 | 4 ++-- include/audacity/ImporterInterface.h | 2 +- lib-src/audacity-patches.txt | 8 ++++---- nyquist/nyquist.lsp | 2 +- plug-ins/limiter.ny | 2 +- plug-ins/spectral-delete.ny | 2 +- plug-ins/vocalrediso.ny | 2 +- plug-ins/vocoder.ny | 2 +- scripts/maketarball.cmake | 2 +- scripts/maketarball.sh | 2 +- scripts/mw2html_audacity/htmldata.py | 2 +- scripts/mw2html_audacity/mw2html.py | 2 +- src/AudacityApp.cpp | 2 +- src/Experimental.h | 4 ++-- src/FFmpeg.h | 2 +- src/ImageManipulation.cpp | 2 +- src/Lyrics.cpp | 2 +- src/MemoryX.h | 2 +- src/ModuleManager.cpp | 2 +- src/ProjectAudioManager.cpp | 2 +- src/ProjectFileIO.h | 4 ++-- src/SampleFormat.cpp | 2 +- src/ShuttleGui.cpp | 2 +- src/Track.h | 2 +- src/TrackPanel.cpp | 2 +- src/TrackPanelAx.cpp | 2 +- src/VoiceKey.cpp | 2 +- src/WaveClip.h | 2 +- src/WaveTrack.cpp | 2 +- src/commands/CommandTargets.h | 2 +- src/commands/OpenSaveCommands.h | 2 +- src/effects/Equalization.cpp | 2 +- src/effects/RealtimeEffectManager.cpp | 4 ++-- src/import/ImportAUP.cpp | 2 +- src/menus/TrackMenus.cpp | 2 +- src/menus/TransportMenus.cpp | 4 ++-- src/ondemand/ODTaskThread.cpp | 2 +- src/ondemand/ODTaskThread.h | 2 +- 38 files changed, 46 insertions(+), 46 deletions(-) diff --git a/dox2-src/Themability.dox2 b/dox2-src/Themability.dox2 index e2029dfff..8c7025f91 100644 --- a/dox2-src/Themability.dox2 +++ b/dox2-src/Themability.dox2 @@ -167,7 +167,7 @@ The current algorithm for determining which image to use is: This is handled in function \ref ThemeBase::LoadThemeAtStartUp(). Once the deprecated XPMs have been removed, we wil switch over to using the built -in 'ThemeAsCeeCode.h' defualts where we currently use the XPM defaults. +in 'ThemeAsCeeCode.h' defaults where we currently use the XPM defaults. @@ -202,7 +202,7 @@ the program like so: This reserves a 64 x 64 pixel bitmap. You can now refer to it from within the program using bmpSomeNewImage. If you add images on to the end of the list -you will generally have the least problems with compatability of versions. +you will generally have the least problems with compatibility of versions. If you are adding many images, the most efficient packing of images occurs when the images are added in tallest-first order since Audacity starts a new row whenever the height increases. diff --git a/include/audacity/ImporterInterface.h b/include/audacity/ImporterInterface.h index 563d664b5..53ced4089 100644 --- a/include/audacity/ImporterInterface.h +++ b/include/audacity/ImporterInterface.h @@ -119,7 +119,7 @@ class ImporterClientInterface public: virtual ~ImporterClientInterface() {}; - // Provides a pointer to the assocated host for this importer. + // Provides a pointer to the associated host for this importer. virtual void SetHost(ImporterHostInterface *host) = 0; // Open the given file, returning true if it is a recognized diff --git a/lib-src/audacity-patches.txt b/lib-src/audacity-patches.txt index a77216741..13ee3aaa0 100644 --- a/lib-src/audacity-patches.txt +++ b/lib-src/audacity-patches.txt @@ -158,14 +158,14 @@ other. Alternative to SoundTouch, better on large changes but slower. Version in Audacity SVN: 2.0.2 Patches: Misc fixes to configure.in/Makefile.am for autoconf macros and libtool. More -files added to m4/ directory by libtoolizing commited to Audacity SVN. +files added to m4/ directory by libtoolizing committed to Audacity SVN. AM_MAINTAINER_MODE has been added to configure.ac to disable autotools rebuilds by default dont-mangle-cflags.patch patch to stop sed-ing the CXXFLAGS and achieve the same ends by better means, replacing a hacked version from Gentoo. Patch linked to from upstream tracker at https://sourceforge.net/tracker/index.php?func=detail&aid=2561247&group_id=177794&atid=882654 -because attachements there don't seem to work. +because attachments there don't seem to work. autotools.patch: Fix all autotools warnings. autotools-fix-make-dist.patch: Correct file lists to make dist target work. sbsms-srcdir.patch: Adds srcdir handling @@ -173,7 +173,7 @@ sbsms-srcdir.patch: Adds srcdir handling soundtouch ---------- http://www.surina.net/soundtouch/ -Independant Pitch and Tempo changing library. +Independent Pitch and Tempo changing library. Version in Audacity SVN: 1.7.1 Patches: autotools.patch: Fix all autotools warnings. AM_MAINTAINER_MODE([disable]) has been added to configure.ac to disable autotools rebuilds. @@ -230,7 +230,7 @@ separately in the next argument, with the final one being the path to inside the directory with the new source in it. 3. Answer the questions as posed by the script (it is interactive). The tag -should be correct as you specfied it in the command. Several temporary SVN +should be correct as you specified it in the command. Several temporary SVN checkouts will be created (in /tmp) and merges done. Deleted and Added files will be printed (with a pause after each screen). If some of these should actually be renames (that is, a delete and an addition go together), then diff --git a/nyquist/nyquist.lsp b/nyquist/nyquist.lsp index 5bc02071c..86fa33150 100644 --- a/nyquist/nyquist.lsp +++ b/nyquist/nyquist.lsp @@ -1426,7 +1426,7 @@ loop ;; ;; Time transformation: the envelope is not warped; the start time and ;; stop times are warped to global time. Then the value of *SUSTAIN* at -;; the begining of the envelope is used to determing absolute duration. +;; the beginning of the envelope is used to determing absolute duration. ;; Since PWL is ultimately called to create the envelope, we must use ;; ABS-ENV to prevent any further transforms inside PWL. We use ;; (AT global-start ...) inside ABS-ENV so that the final result has diff --git a/plug-ins/limiter.ny b/plug-ins/limiter.ny index b870b8e5b..311110fb2 100644 --- a/plug-ins/limiter.ny +++ b/plug-ins/limiter.ny @@ -71,7 +71,7 @@ $control makeup (_ "Apply Make-up Gain") choice ( (defun get-env (sig step lookahead limit) (let* ((sig (mult (/ limit) sig)) (pad-time (* 3 lookahead)) ; padding required at start (seconds) - (pad-s (* 3 step)) ; padding smaples + (pad-s (* 3 step)) ; padding samples (padding (snd-const (peak sig pad-s) 0 *sound-srate* pad-time)) (peak-env (snd-avg sig (* 4 step) step OP-PEAK))) (extract 0 1 diff --git a/plug-ins/spectral-delete.ny b/plug-ins/spectral-delete.ny index 960b3eb2a..fd14ebd36 100644 --- a/plug-ins/spectral-delete.ny +++ b/plug-ins/spectral-delete.ny @@ -65,7 +65,7 @@ $copyright (_ "Released under terms of the GNU General Public License version 2" (defmacro validate-low-hz (hz fmin fmax) ;; Discard if out of valid range. ;; Do NOT coerce into range if too high - if multiple tracks with - ;; different sample rates, that could cause very unepected results. + ;; different sample rates, that could cause very unexpected results. `(if (or (not ,hz) (< ,hz fmin) (> ,hz fmax)) (setf ,hz nil))) diff --git a/plug-ins/vocalrediso.ny b/plug-ins/vocalrediso.ny index d068cb95b..3e6516a10 100644 --- a/plug-ins/vocalrediso.ny +++ b/plug-ins/vocalrediso.ny @@ -274,7 +274,7 @@ $control high-transition (_ "High Cut for Vocals (Hz)") real "" 9000 1 24000 *track* ;Return original audio if something goes wrong -;;; we start with some variable assignements +;;; we start with some variable assignments (setf *sr* *sound-srate*) ;; hard coded STFT parameters diff --git a/plug-ins/vocoder.ny b/plug-ins/vocoder.ny index 13a77dc56..c06e0026d 100644 --- a/plug-ins/vocoder.ny +++ b/plug-ins/vocoder.ny @@ -66,7 +66,7 @@ $control radar-f (_ "Frequency of Radar Needles (Hz)") real "" 30 1 100 (setf *radar-table* (list *radar-table* (hz-to-step radar-f) T)) ;; increase the volume of the audacity track in the middle of the slider -;; the sqrt trick is something like an artifical db scaling +;; the sqrt trick is something like an artificial db scaling (setf track-vol (sqrt (/ track-vl 100.0))) ;; decrease the volume of the white noise in the middle of the slider ;; the expt trick is an inverse db scaling diff --git a/scripts/maketarball.cmake b/scripts/maketarball.cmake index 3e1126ccc..afa110851 100644 --- a/scripts/maketarball.cmake +++ b/scripts/maketarball.cmake @@ -15,7 +15,7 @@ execute_process( ) if( output ) -# message( FATAL_ERROR "You have uncommited changes\n${output}" ) +# message( FATAL_ERROR "You have uncommitted changes\n${output}" ) endif() # Get the list of files in the repo diff --git a/scripts/maketarball.sh b/scripts/maketarball.sh index 6731d53b3..aadf84998 100755 --- a/scripts/maketarball.sh +++ b/scripts/maketarball.sh @@ -214,7 +214,7 @@ if [ -f "lib-src/Makefile" ] ; then reconf=1 fi else - # if no Makefile, definitly need to configure + # if no Makefile, definitely need to configure reconf=1 fi diff --git a/scripts/mw2html_audacity/htmldata.py b/scripts/mw2html_audacity/htmldata.py index f10f8060e..fbd464654 100644 --- a/scripts/mw2html_audacity/htmldata.py +++ b/scripts/mw2html_audacity/htmldata.py @@ -92,7 +92,7 @@ def tagextract(doc): >>> tagextract('') [('!DOCTYPE html PUBLIC etc...', {})] - Greater-than and less-than characters occuring inside comments or + Greater-than and less-than characters occurring inside comments or CDATA blocks are correctly kept as part of the block: >>> tagextract('') diff --git a/scripts/mw2html_audacity/mw2html.py b/scripts/mw2html_audacity/mw2html.py index 5ae48fe7c..8469eb32d 100644 --- a/scripts/mw2html_audacity/mw2html.py +++ b/scripts/mw2html_audacity/mw2html.py @@ -1006,7 +1006,7 @@ def run(out=sys.stdout): complete.add(nurl) filename = url_to_filename(url) - #this is needed for the first path as it doesn't know if it is a redirect or not in the begining + #this is needed for the first path as it doesn't know if it is a redirect or not in the beginning #at this point all the content of redir_cache is relative to the start path if start: start = False diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index d197e623c..730f01baf 100644 --- a/src/AudacityApp.cpp +++ b/src/AudacityApp.cpp @@ -1231,7 +1231,7 @@ bool AudacityApp::OnInit() FileNames::SetAudacityPathList( std::move( audacityPathList ) ); - // Define languanges for which we have translations, but that are not yet + // Define languages for which we have translations, but that are not yet // supported by wxWidgets. // // TODO: The whole Language initialization really need to be reworked. diff --git a/src/Experimental.h b/src/Experimental.h index c81d12d0e..395a4782c 100644 --- a/src/Experimental.h +++ b/src/Experimental.h @@ -103,7 +103,7 @@ // but then the student didn't contribute after that. It needs a bit of work to finish it off. // As a minimum, if this is turned on for a release, // it should have an easy mechanism to disable it at run-time, such as a menu item or a pref, -// preferrably disabled until other work is done. Martyn 22/12/2008. +// preferably disabled until other work is done. Martyn 22/12/2008. // // JKC Apr 2015, Menu item to manage effects. @@ -226,7 +226,7 @@ // PRL 11 Jul 2017 // Highlight more things in TrackPanel when the mouse moves over them, -// using delibrately ugly pens and brushes until there is better cooperation +// using deliberately ugly pens and brushes until there is better cooperation // with themes //#define EXPERIMENTAL_TRACK_PANEL_HIGHLIGHTING diff --git a/src/FFmpeg.h b/src/FFmpeg.h index d0ccf0cbf..a52a7eba1 100644 --- a/src/FFmpeg.h +++ b/src/FFmpeg.h @@ -929,7 +929,7 @@ private: } }; -// utilites for RAII: +// utilities for RAII: // Deleter adaptor for functions like av_free that take a pointer diff --git a/src/ImageManipulation.cpp b/src/ImageManipulation.cpp index 561221b70..97bf9774e 100644 --- a/src/ImageManipulation.cpp +++ b/src/ImageManipulation.cpp @@ -214,7 +214,7 @@ std::unique_ptr OverlayImage(teBmps eBack, teBmps eForeground, memcpy(dst, bg, bgWidth * bgHeight * 3); // If background image has tranparency, then we want to blend with the - // current backgorund colour. + // current background colour. if( imgBack.HasAlpha() ){ unsigned char *pAlpha = imgBack.GetAlpha(); wxColour c = theTheme.Colour( clrMedium ); diff --git a/src/Lyrics.cpp b/src/Lyrics.cpp index a24ccdb7c..8bb3ae97b 100644 --- a/src/Lyrics.cpp +++ b/src/Lyrics.cpp @@ -554,7 +554,7 @@ void LyricsPanel::DoPaint(wxDC &dc) #ifdef __WXMAC__ // Mac OS X automatically double-buffers the screen for you, - // so our bitmap is unneccessary + // so our bitmap is unnecessary HandlePaint(dc); #else wxBitmap bitmap(mWidth, mKaraokeHeight); diff --git a/src/MemoryX.h b/src/MemoryX.h index 07735ebd3..3fcbf4246 100644 --- a/src/MemoryX.h +++ b/src/MemoryX.h @@ -13,7 +13,7 @@ #if !(_MSC_VER >= 1800 || __cplusplus >= 201402L) /* replicate the very useful C++14 make_unique for those build environments that don't implement it yet. -typical useage: +typical usage: auto p = std::make_unique(ctorArg1, ctorArg2, ... ctorArgN); p->DoSomething(); auto q = std::make_unique(count); diff --git a/src/ModuleManager.cpp b/src/ModuleManager.cpp index 638307419..bf01896c1 100755 --- a/src/ModuleManager.cpp +++ b/src/ModuleManager.cpp @@ -308,7 +308,7 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler) XO("Try and load this module?"), false); #ifdef EXPERIMENTAL_MODULE_PREFS - // If we're not prompting always, accept the answer permanantly + // If we're not prompting always, accept the answer permanently if( iModuleStatus == kModuleNew ){ iModuleStatus = (action==1)?kModuleDisabled : kModuleEnabled; ModulePrefs::SetModuleStatus( files[i], iModuleStatus ); diff --git a/src/ProjectAudioManager.cpp b/src/ProjectAudioManager.cpp index 6508600cd..23a389e84 100644 --- a/src/ProjectAudioManager.cpp +++ b/src/ProjectAudioManager.cpp @@ -884,7 +884,7 @@ void ProjectAudioManager::OnAudioIOStopRecording() // Add to history // We want this to have No-fail-guarantee if we get here from exception // handling of recording, and that means we rely on the last autosave - // successully committed to the database, not risking a failure + // successfully committed to the database, not risking a failure history.PushState(XO("Recorded Audio"), XO("Record"), UndoPush::NOAUTOSAVE); diff --git a/src/ProjectFileIO.h b/src/ProjectFileIO.h index e89696628..e99822917 100644 --- a/src/ProjectFileIO.h +++ b/src/ProjectFileIO.h @@ -119,7 +119,7 @@ public: const TranslatableString &GetLibraryError(); // Provides a means to bypass "DELETE"s at shutdown if the database - // is just going to be deleted anyway. This prevents a noticable + // is just going to be deleted anyway. This prevents a noticeable // delay caused by SampleBlocks being deleted when the Sequences that // own them are deleted. // @@ -184,7 +184,7 @@ public: // 0 for success or non-zero to stop the query using ExecCB = std::function; - //! Return true if a connetion is now open + //! Return true if a connection is now open bool HasConnection() const; //! Return a reference to a connection, creating it as needed on demand; throw on failure diff --git a/src/SampleFormat.cpp b/src/SampleFormat.cpp index 2c07e8e83..de13bfbd6 100644 --- a/src/SampleFormat.cpp +++ b/src/SampleFormat.cpp @@ -22,7 +22,7 @@ This means that reading in a wav file and writing it out again ('round tripping'), via floats, is lossless; -32768 equates to -1.0f and 32767 equates to +1.0f - (a little bit). - It also means (unfortunatly) that writing out +1.0f leads to + It also means (unfortunately) that writing out +1.0f leads to clipping by 1 LSB. This creates some distortion, but I (MJS) have not been able to measure it, it's so small. Zero is preserved. diff --git a/src/ShuttleGui.cpp b/src/ShuttleGui.cpp index aac00aad3..9da33129f 100644 --- a/src/ShuttleGui.cpp +++ b/src/ShuttleGui.cpp @@ -85,7 +85,7 @@ own background. It is used (a) To group together widgets which need to be refreshed together. A single refresh of the panel causes all the subwindows to refresh. (b) as a base class for some flicker-free classes for which -the backgorund is never repainted. +the background is never repainted. JKC: InvisiblePanel will probably be replaced in time by a mechanism for registering for changes. diff --git a/src/Track.h b/src/Track.h index 15a7eff57..29b91f586 100644 --- a/src/Track.h +++ b/src/Track.h @@ -395,7 +395,7 @@ private: virtual Holder Duplicate() const; // Called when this track is merged to stereo with another, and should - // take on some paramaters of its partner. + // take on some parameters of its partner. virtual void Merge(const Track &orig); wxString GetName() const { return mName; } diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index af4d5bd1b..c6a862866 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -333,7 +333,7 @@ TrackPanel::~TrackPanel() void TrackPanel::UpdatePrefs() { // All vertical rulers must be recalculated since the minimum and maximum - // frequences may have been changed. + // frequencies may have been changed. UpdateVRulers(); Refresh(); diff --git a/src/TrackPanelAx.cpp b/src/TrackPanelAx.cpp index 2429671fa..3a15a64c0 100644 --- a/src/TrackPanelAx.cpp +++ b/src/TrackPanelAx.cpp @@ -156,7 +156,7 @@ bool TrackPanelAx::IsFocused( const Track *track ) if( !focusedTrack ) focusedTrack = SetFocus(); - // Remap track pointer if there are oustanding pending updates + // Remap track pointer if there are outstanding pending updates auto origTrack = GetTracks().FindById( track->GetId() ); if (origTrack) diff --git a/src/VoiceKey.cpp b/src/VoiceKey.cpp index 53b992e9c..b96046f30 100644 --- a/src/VoiceKey.cpp +++ b/src/VoiceKey.cpp @@ -381,7 +381,7 @@ sampleCount VoiceKey::OnBackward ( } -//Move froward from the start to find an OFF region. +//Move forward from the start to find an OFF region. sampleCount VoiceKey::OffForward ( const WaveTrack & t, sampleCount start, sampleCount len) { diff --git a/src/WaveClip.h b/src/WaveClip.h index f8ebdf3ca..d0673223a 100644 --- a/src/WaveClip.h +++ b/src/WaveClip.h @@ -292,7 +292,7 @@ public: void Flush(); /// This name is consistent with WaveTrack::Clear. It performs a "Cut" - /// operation (but without putting the cutted audio to the clipboard) + /// operation (but without putting the cut audio to the clipboard) void Clear(double t0, double t1); /// Clear, and add cut line that starts at t0 and contains everything until t1. diff --git a/src/WaveTrack.cpp b/src/WaveTrack.cpp index 06cfe22ef..9d697f73c 100644 --- a/src/WaveTrack.cpp +++ b/src/WaveTrack.cpp @@ -1181,7 +1181,7 @@ void WaveTrack::Paste(double t0, const Track *src) // // - If multiple clips should be pasted, or a single clip that does not fill // the duration of the pasted track, these are always pasted as single - // clips, and the current clip is splitted, when necessary. This may seem + // clips, and the current clip is split, when necessary. This may seem // strange at first, but it probably is better than trying to auto-merge // anything. The user can still merge the clips by hand (which should be a // simple command reachable by a hotkey or single mouse click). diff --git a/src/commands/CommandTargets.h b/src/commands/CommandTargets.h index 95474c0ab..7f38c1eaf 100644 --- a/src/commands/CommandTargets.h +++ b/src/commands/CommandTargets.h @@ -309,7 +309,7 @@ public: std::shared_ptr mErrorTarget; public: // && is not a reference to a reference, but rather a way to allow reference to a temporary - // that will be gone or transfered after we have taken it. It's a reference to an xvalue, + // that will be gone or transferred after we have taken it. It's a reference to an xvalue, // or 'expiring value'. CommandOutputTargets(std::unique_ptr &&pt = TargetFactory::ProgressDefault(), std::shared_ptr &&st = TargetFactory::MessageDefault(), diff --git a/src/commands/OpenSaveCommands.h b/src/commands/OpenSaveCommands.h index 984b400e8..34d375175 100644 --- a/src/commands/OpenSaveCommands.h +++ b/src/commands/OpenSaveCommands.h @@ -17,7 +17,7 @@ \brief Command for saving an Audacity project \class SaveCopyCommand -\brief Command for saving a copy of currenty project +\brief Command for saving a copy of currently project \class SaveLogCommand \brief Command for saving the log contents diff --git a/src/effects/Equalization.cpp b/src/effects/Equalization.cpp index e7da0dbac..690c95d9b 100644 --- a/src/effects/Equalization.cpp +++ b/src/effects/Equalization.cpp @@ -311,7 +311,7 @@ EffectEqualization::EffectEqualization(int Options) mBench=false; #endif - // We expect these Hi and Lo frequences to be overridden by Init(). + // We expect these Hi and Lo frequencies to be overridden by Init(). // Don't use inputTracks(). See bug 2321. #if 0 auto trackList = inputTracks(); diff --git a/src/effects/RealtimeEffectManager.cpp b/src/effects/RealtimeEffectManager.cpp index 7bdb997ab..5ca5a8fc6 100644 --- a/src/effects/RealtimeEffectManager.cpp +++ b/src/effects/RealtimeEffectManager.cpp @@ -533,7 +533,7 @@ size_t RealtimeEffectState::RealtimeProcess(int group, // Call the client until we run out of input or output channels while (ichans > 0 && ochans > 0) { - // If we don't have enough input channels to accomodate the client's + // If we don't have enough input channels to accommodate the client's // requirements, then we replicate the input channels until the // client's needs are met. if (ichans < numAudioIn) @@ -562,7 +562,7 @@ size_t RealtimeEffectState::RealtimeProcess(int group, } } - // If we don't have enough output channels to accomodate the client's + // If we don't have enough output channels to accommodate the client's // requirements, then we provide all of the output channels and fulfill // the client's needs with dummy buffers. These will just get tossed. if (ochans < numAudioOut) diff --git a/src/import/ImportAUP.cpp b/src/import/ImportAUP.cpp index 96c68f4ef..10e9cf2b0 100644 --- a/src/import/ImportAUP.cpp +++ b/src/import/ImportAUP.cpp @@ -761,7 +761,7 @@ bool AUPImportFileHandle::HandleProject(XMLTagHandler *&handler) } // If that fails then try to use the filename of the .aup as the base directory - // This is because unzipped projects e.g. those that get transfered between mac-pc + // This is because unzipped projects e.g. those that get transferred between mac-pc // may have encoding issues and end up expanding the wrong filenames for certain // international characters (such as capital 'A' with an umlaut.) if (projName.empty()) diff --git a/src/menus/TrackMenus.cpp b/src/menus/TrackMenus.cpp index 8ce9f4dc5..ab8fc7c52 100644 --- a/src/menus/TrackMenus.cpp +++ b/src/menus/TrackMenus.cpp @@ -962,7 +962,7 @@ void OnScoreAlign(const CommandContext &context) } // Creating the dialog also stores dialog into gScoreAlignDialog so - // that it can be delted by CloseScoreAlignDialog() either here or + // that it can be deleted by CloseScoreAlignDialog() either here or // if the program is quit by the user while the dialog is up. ScoreAlignParams params; diff --git a/src/menus/TransportMenus.cpp b/src/menus/TransportMenus.cpp index 0493c8cf0..205c0e1cb 100644 --- a/src/menus/TransportMenus.cpp +++ b/src/menus/TransportMenus.cpp @@ -389,7 +389,7 @@ void OnTimerRecord(const CommandContext &context) return; } - // We check the selected tracks to see if there is enough of them to accomodate + // We check the selected tracks to see if there is enough of them to accommodate // all input channels and all of them have the same sampling rate. // Those checks will be later performed by recording function anyway, // but we want to warn the user about potential problems from the very start. @@ -572,7 +572,7 @@ void OnPunchAndRoll(const CommandContext &context) error = true; else { // May adjust t1 left - // Let's ignore the possibilty of a clip even shorter than the + // Let's ignore the possibility of a clip even shorter than the // crossfade duration! newt1 = std::min(newt1, clip->GetEndTime() - crossFadeDuration); } diff --git a/src/ondemand/ODTaskThread.cpp b/src/ondemand/ODTaskThread.cpp index 1dbbfe6ec..6072e4d2f 100644 --- a/src/ondemand/ODTaskThread.cpp +++ b/src/ondemand/ODTaskThread.cpp @@ -11,7 +11,7 @@ ******************************************************************//** \class ODTaskThread -\brief A thread that executes a part of the task specfied by an ODTask. +\brief A thread that executes a part of the task specified by an ODTask. *//*******************************************************************/ diff --git a/src/ondemand/ODTaskThread.h b/src/ondemand/ODTaskThread.h index 7d2ec3210..1d134c1bb 100644 --- a/src/ondemand/ODTaskThread.h +++ b/src/ondemand/ODTaskThread.h @@ -11,7 +11,7 @@ ******************************************************************//** \class ODTaskThread -\brief A thread that executes a part of the task specfied by an ODTask. +\brief A thread that executes a part of the task specified by an ODTask. *//*******************************************************************/