1
0
Fork 0
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:
jules 2015-12-21 12:35:03 +00:00
parent 5448e88f39
commit a99d78318b

View file

@ -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,