Index: trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java	(revision 2764)
+++ trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java	(revision 2765)
@@ -143,5 +143,5 @@
                 parent,
                 tr("<html>"
-                        + "Successfully used the the Access Token ''{0}'' to<br>"
+                        + "Successfully used the Access Token ''{0}'' to<br>"
                         + "access the OSM server at ''{1}''.<br>"
                         + "You''re accessing the OSM server as user ''{2}'' with id ''{3}''."
@@ -154,5 +154,5 @@
                 tr("Success"),
                 JOptionPane.INFORMATION_MESSAGE,
-                HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenOK")
+                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenOK")
         );
     }
@@ -172,5 +172,5 @@
                 tr("Test failed"),
                 JOptionPane.ERROR_MESSAGE,
-                HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
+                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
         );
     }
@@ -190,5 +190,5 @@
                 tr("Token allows restricted access"),
                 JOptionPane.WARNING_MESSAGE,
-                HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
+                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
         );
     }
@@ -209,5 +209,5 @@
                 tr("Test failed"),
                 JOptionPane.ERROR_MESSAGE,
-                HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
+                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
         );
     }
@@ -226,5 +226,5 @@
                 tr("Test failed"),
                 JOptionPane.ERROR_MESSAGE,
-                HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
+                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
         );
     }
@@ -242,5 +242,5 @@
                 tr("Test failed"),
                 JOptionPane.WARNING_MESSAGE,
-                HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
+                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
         );
     }
