1
0
Fork 0
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:
ed 2020-01-07 08:53:23 +00:00
parent 8f6f29943d
commit a54da0b832
104 changed files with 157 additions and 157 deletions

View file

@ -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.
*/

View file

@ -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. */