diff --git a/modules/juce_osc/osc/juce_OSCSender.h b/modules/juce_osc/osc/juce_OSCSender.h index d8b57e9c7b..d5fd721b23 100644 --- a/modules/juce_osc/osc/juce_OSCSender.h +++ b/modules/juce_osc/osc/juce_OSCSender.h @@ -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,