Index: trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java	(revision 2926)
+++ trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java	(revision 2927)
@@ -236,5 +236,5 @@
         String lbl = tr("Accept Access Token");
         msg.setText(tr("<html>"
-                + "You have sucessfully retrieved an OAuth Access Token from the OSM website. "
+                + "You have successfully retrieved an OAuth Access Token from the OSM website. "
                 + "Click on <strong>{0}</strong> to accept the token. JOSM will use it in "
                 + "subsequent requests to gain access to the OSM API."
Index: trunk/src/org/openstreetmap/josm/plugins/Plugin.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/Plugin.java	(revision 2926)
+++ trunk/src/org/openstreetmap/josm/plugins/Plugin.java	(revision 2927)
@@ -109,5 +109,5 @@
 
     /**
-     * Copies the ressource 'from' to the file in the plugin directory named 'to'.
+     * Copies the resource 'from' to the file in the plugin directory named 'to'.
      */
     public void copy(String from, String to) throws FileNotFoundException, IOException {
Index: trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java	(revision 2926)
+++ trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java	(revision 2927)
@@ -265,6 +265,6 @@
      *<li>If not found, look for a jar file in the user specific plugin directory
      *    (~/.josm/plugins/<plugin name>.jar)
-     *<li>If not found and the environment variable JOSM_RESSOURCES + "/plugins/" exist, look there.
-     *<li>Try for the java property josm.ressources + "/plugins/" (set via java -Djosm.plugins.path=...)
+     *<li>If not found and the environment variable JOSM_RESOURCES + "/plugins/" exist, look there.
+     *<li>Try for the java property josm.resources + "/plugins/" (set via java -Djosm.plugins.path=...)
      *<li>If the environment variable ALLUSERSPROFILE and APPDATA exist, look in
      *    ALLUSERSPROFILE/<the last stuff from APPDATA>/JOSM/plugins.
Index: trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/ImageProvider.java	(revision 2926)
+++ trunk/src/org/openstreetmap/josm/tools/ImageProvider.java	(revision 2927)
@@ -57,5 +57,5 @@
 
     /**
-     * Add here all ClassLoader whose ressource should be searched. Plugin's class loaders are added
+     * Add here all ClassLoader whose resource should be searched. Plugin's class loaders are added
      * by main.
      */
@@ -202,5 +202,5 @@
                 } catch (SecurityException e) {
                     System.out.println(tr(
-                            "Warning: failed to acccess directory ''{0}'' for security reasons. Exception was: {1}",
+                            "Warning: failed to access directory ''{0}'' for security reasons. Exception was: {1}",
                             name, e.toString()));
                 }
@@ -216,5 +216,5 @@
         } catch (SecurityException e) {
             System.out.println(tr(
-                    "Warning: failed to acccess directory ''{0}'' for security reasons. Exception was: {1}", dir, e
+                    "Warning: failed to access directory ''{0}'' for security reasons. Exception was: {1}", dir, e
                     .toString()));
         }
@@ -225,5 +225,5 @@
             return u;
 
-        // Try all other ressource directories
+        // Try all other resource directories
         for (String location : Main.pref.getAllPossiblePreferenceDirs()) {
             u = getImageUrl(location + "images", imageName);
