mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some more typos
This commit is contained in:
parent
8f6f29943d
commit
a54da0b832
104 changed files with 157 additions and 157 deletions
|
|
@ -130,7 +130,7 @@ public:
|
|||
bool matches (const OSCAddress& address) const noexcept;
|
||||
|
||||
/** Checks whether the OSCAddressPattern contains any of the allowed OSC
|
||||
address patttern wildcards: ?, *, [], {}
|
||||
address pattern wildcards: ?, *, [], {}
|
||||
|
||||
@returns true if the OSCAddressPattern contains OSC wildcards, false otherwise.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ public:
|
|||
*/
|
||||
Time toTime() const noexcept;
|
||||
|
||||
/** Returns true if the OSCTimeTag object has the special value representing "immedately". */
|
||||
/** Returns true if the OSCTimeTag object has the special value representing "immediately". */
|
||||
bool isImmediately() const noexcept;
|
||||
|
||||
/** Returns the raw binary OSC time tag representation. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue