Typo fixes

This commit is contained in:
Chris Cannam
2021-03-11 16:15:01 +00:00
parent 09e5bd29bf
commit 59f57e7346

View File

@@ -186,7 +186,7 @@ public:
* one processing thread per audio channel in offline mode if * one processing thread per audio channel in offline mode if
* the stretcher is able to determine that more than one CPU is * the stretcher is able to determine that more than one CPU is
* available, and one thread only in realtime mode. This is the * available, and one thread only in realtime mode. This is the
* defafult. * default.
* *
* \li \c OptionThreadingNever - Never use more than one thread. * \li \c OptionThreadingNever - Never use more than one thread.
* *
@@ -464,7 +464,7 @@ public:
/** /**
* Change an OptionPitch configuration setting. This may be * Change an OptionPitch configuration setting. This may be
* called at any time in RealTime mode. It may not be called in * called at any time in RealTime mode. It may not be called in
* Offline mode (for which the transients option is fixed on * Offline mode (for which the pitch option is fixed on
* construction). * construction).
*/ */
void setPitchOption(Options options); void setPitchOption(Options options);