src/java.desktop/share/classes/java/awt/Desktop.java

Print this page

        

@@ -385,11 +385,11 @@
         if (securityException == null) {
             peer.browse(uri);
             return;
         }
 
-        // Calling thread doesn't have necessary priviledges.
+        // Calling thread doesn't have necessary privileges.
         // Delegate to DesktopBrowse so that it can work in
         // applet/webstart.
         URL url = null;
         try {
             url = uri.toURL();