Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (3 years ago)
Author:
Don-vip
Message:

see #20129 - Fix typos and misspellings in the code (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/TagCollection.java

    r16977 r17333  
    162162
    163163    /**
    164      * Creates a clone of the tag collection <code>other</code>. Creats an empty
     164     * Creates a clone of the tag collection <code>other</code>. Creates an empty
    165165     * tag collection if <code>other</code> is null.
    166166     *
     
    736736
    737737    /**
    738      * Get a stram for the given key.
     738     * Get a stream for the given key.
    739739     * @param key The key
    740740     * @return The stream. An empty stream if key is <code>null</code>
Note: See TracChangeset for help on using the changeset viewer.