diff --git a/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h b/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h index 128180df25..fb32cc728a 100644 --- a/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h +++ b/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h @@ -100,7 +100,7 @@ public: /** This callback occurs when the browser attempts to load a URL in a new window. This won't actually load the window but gives you a chance to either launch a - new window yourself or just load the URL into the current window with gotToURL. + new window yourself or just load the URL into the current window with goToURL(). */ virtual void newWindowAttemptingToLoad (const String& newURL);