From 817c80ed19fae209747dda403ef3a943beab0f56 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 5 Nov 2014 09:34:03 +0000 Subject: [PATCH] Fixed a typo in a comment. --- modules/juce_gui_extra/misc/juce_WebBrowserComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);