mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Spelling typos.
This commit is contained in:
parent
0455110a0e
commit
9ceb072b24
6 changed files with 6 additions and 6 deletions
|
|
@ -118,7 +118,7 @@ public:
|
|||
/**
|
||||
A class for receiving events when audio devices are inserted or removed.
|
||||
|
||||
You can register a AudioIODeviceType::Listener with an~AudioIODeviceType object
|
||||
You can register an AudioIODeviceType::Listener with an~AudioIODeviceType object
|
||||
using the AudioIODeviceType::addListener() method, and it will be called when
|
||||
devices of that type are added or removed.
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class JUCE_API AudioSubsectionReader : public AudioFormatReader
|
|||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
/** Creates a AudioSubsectionReader for a given data source.
|
||||
/** Creates an AudioSubsectionReader for a given data source.
|
||||
|
||||
@param sourceReader the source reader from which we'll be taking data
|
||||
@param subsectionStartSample the sample within the source reader which will be
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ enum NotificationType
|
|||
dontSendNotification = 0, /**< No notification message should be sent. */
|
||||
sendNotification = 1, /**< Requests a notification message, either synchronous or not. */
|
||||
sendNotificationSync, /**< Requests a synchronous notification. */
|
||||
sendNotificationAsync, /**< Requests a asynchronous notification. */
|
||||
sendNotificationAsync, /**< Requests an asynchronous notification. */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ public:
|
|||
static ApplicationCommandTarget* findDefaultComponentTarget();
|
||||
|
||||
/** Examines this component and all its parents in turn, looking for the first one
|
||||
which is a ApplicationCommandTarget.
|
||||
which is an ApplicationCommandTarget.
|
||||
|
||||
Returns the first ApplicationCommandTarget that it finds, or nullptr if none of them
|
||||
implement that class.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
//==============================================================================
|
||||
/**
|
||||
Manages and edits a list of keypresses, which it uses to invoke the appropriate
|
||||
command in a ApplicationCommandManager.
|
||||
command in an ApplicationCommandManager.
|
||||
|
||||
Normally, you won't actually create a KeyPressMappingSet directly, because
|
||||
each ApplicationCommandManager contains its own KeyPressMappingSet, so typically
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public:
|
|||
//==============================================================================
|
||||
/** DirectShow video renderer type.
|
||||
|
||||
See MSDN for adivce about choosing the right renderer.
|
||||
See MSDN for advice about choosing the right renderer.
|
||||
*/
|
||||
enum VideoRendererType
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue