Index: trunk/src/org/openstreetmap/josm/gui/progress/ProgressMonitor.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/progress/ProgressMonitor.java	(revision 3005)
+++ trunk/src/org/openstreetmap/josm/gui/progress/ProgressMonitor.java	(revision 3006)
@@ -3,5 +3,5 @@
 
 /**
- * Typical usecase is:
+ * Typical use case is:
  * <pre>
  *   monitor.beginTask()
@@ -22,8 +22,8 @@
  * If task consists of multiple tasks then {@link #createSubTaskMonitor(int, boolean)} may be used. It
  * will create new ProgressMonitor, then can be passed to the subtask. Subtask doesn't know whether
- * it runs standalono or as a part of other task. Progressbar will be updated so that total progress is
+ * it runs standalone or as a part of other task. Progressbar will be updated so that total progress is
  * shown, not just progress of the subtask
  *
- * All ProgressMonitor implemenenatations should be thread safe.
+ * All ProgressMonitor implementations should be thread safe.
  *
  */
@@ -45,5 +45,5 @@
 
     /**
-     * Starts this progress monitor. Must be called excatly once
+     * Starts this progress monitor. Must be called exactly once
      * @param title
      * @param ticks
@@ -53,5 +53,5 @@
      * Finish this progress monitor, close the dialog or inform the parent progress monitor
      * that it can continue with other tasks. Must be called at least once (if called multiply times
-     * then futher calls are ignored)
+     * then further calls are ignored)
      */
     void finishTask();
@@ -87,5 +87,5 @@
 
     /**
-     * Subtask that will show progress runing back and forworth
+     * Subtask that will show progress running back and forth
      * @param title Can be null, in that case task title is not changed
      */
@@ -97,5 +97,5 @@
     void subTask(String title);
     /**
-     * Shows additonal text
+     * Shows additional text
      */
     void setCustomText(String text);
