Index: /applications/editors/josm/plugins/build-common.xml
===================================================================
--- /applications/editors/josm/plugins/build-common.xml	(revision 35386)
+++ /applications/editors/josm/plugins/build-common.xml	(revision 35387)
@@ -122,5 +122,5 @@
     -->
     <target name="pre-compile">
-        <!-- to be overidden by plugins that need to perform additional tasks before compiling -->
+        <!-- to be overridden by plugins that need to perform additional tasks before compiling -->
     </target>
     <target name="compile" depends="init, pre-compile" unless="skip-compile">
@@ -255,5 +255,5 @@
     </target>
     <target name="post-dist">
-        <!-- to be overidden by plugins that need to perform additional tasks on resulting jar -->
+        <!-- to be overridden by plugins that need to perform additional tasks on resulting jar -->
     </target>
     <target name="add-manifest-attribute" depends="check-manifest-attribute" if="have-${property.name}">
@@ -279,5 +279,5 @@
     </target>
     <target name="pre-javadoc">
-        <!-- to be overidden by plugins that need to perform additional tasks before generating javadoc -->
+        <!-- to be overridden by plugins that need to perform additional tasks before generating javadoc -->
     </target>
     <target name="javadoc" depends="pre-javadoc" unless="skip-javadoc">
@@ -700,5 +700,5 @@
     You can use following targets:
     * dist        This default target builds the plugin jar file
-    * clean       Cleanup automatical created files
+    * clean       Cleanup automatically created files
     * test        Run unit tests (if any)
     * publish     Checkin source code, build jar and checkin plugin jar
