mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a typo in a comment
This commit is contained in:
parent
5448e88f39
commit
a99d78318b
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ public:
|
|||
This overrides the address and port that was originally set for this sender.
|
||||
@param targetIPAddress The IP address to send to
|
||||
@param targetPortNumber The target port number
|
||||
@param message The OSC message to send.
|
||||
@param bundle The OSC bundle to send.
|
||||
@returns true if the operation was successful.
|
||||
*/
|
||||
bool sendToIPAddress (const String& targetIPAddress, int targetPortNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue