Index: trunk/src/org/openstreetmap/josm/data/osm/TagCollection.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/TagCollection.java	(revision 14302)
+++ trunk/src/org/openstreetmap/josm/data/osm/TagCollection.java	(revision 14303)
@@ -212,7 +212,7 @@
 
     /**
-     * Gets the number of this this tag was added to the collection.
+     * Gets the number of times this tag was added to the collection.
      * @param tag The tag
-     * @return The number of thimes this tag is used in this collection.
+     * @return The number of times this tag is used in this collection.
      * @since 10736
      * @deprecated use {@link #getTagOccurrence}
@@ -224,8 +224,8 @@
 
     /**
-     * Gets the number of this this tag was added to the collection.
+     * Gets the number of times this tag was added to the collection.
      * @param tag The tag
-     * @return The number of thimes this tag is used in this collection.
-     * @since 14301
+     * @return The number of times this tag is used in this collection.
+     * @since 14302
      */
     public int getTagOccurrence(Tag tag) {
