From 60217f11d9d8643910bad1934a41ca054b12aae4 Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Thu, 22 Feb 2007 00:22:14 +0000 Subject: [PATCH] fix comment to reflect reality git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4590 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/NetUtil.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/NetUtil.as b/src/as/com/threerings/util/NetUtil.as index 0e41094a3..f34ad160a 100644 --- a/src/as/com/threerings/util/NetUtil.as +++ b/src/as/com/threerings/util/NetUtil.as @@ -9,7 +9,7 @@ public class NetUtil * Convenience method to load a web page in the browser window without * having to worry about SecurityErrors in various conditions. * - * @return true if the url was unable to be loaded. + * @return true if the url was able to be loaded. */ public static function navigateToURL ( url :String, preferSameWindowOrTab :Boolean = true) :Boolean