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 2014-11-05 09:34:03 +00:00
parent 2792bd2761
commit 817c80ed19

View file

@ -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);