Index: /trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java	(revision 1966)
+++ /trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java	(revision 1967)
@@ -92,5 +92,5 @@
     /**
      * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}.
-     * This is most likely happening when user tries to access the OSM API from whitin an
+     * This is most likely happening when user tries to access the OSM API from within an
      * applet which wasn't loaded from the API server.
      * 
@@ -122,7 +122,7 @@
 
     /**
-     * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}.
-     * This is most likely happening when user tries to access the OSM API from whitin an
-     * applet which wasn't loaded from the API server.
+     * Explains a {@see SocketException} which has caused an {@see OsmTransferException}.
+     * This is most likely because there's not connection to the Internet or because
+     * the remote server is not reachable.
      * 
      * @param e the exception
@@ -146,7 +146,7 @@
 
     /**
-     * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}.
-     * This is most likely happening when user tries to access the OSM API from whitin an
-     * applet which wasn't loaded from the API server.
+     * Explains a {@see IOException} which has caused an {@see OsmTransferException}.
+     * This is most likely happening when the communication with the remote server is
+     * interrupted for any reason.
      * 
      * @param e the exception
@@ -172,7 +172,7 @@
 
     /**
-     * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}.
-     * This is most likely happening when user tries to access the OSM API from whitin an
-     * applet which wasn't loaded from the API server.
+     * Explains a {@see UnknownHostException} which has caused an {@see OsmTransferException}.
+     * This is most likely happening when there is an error in the API URL or when
+     * local DNS services are not working.
      * 
      * @param e the exception
