Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (5 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/gui/io/CustomConfigurator.java

    r16913 r17333  
    186186     * Default values are not saved.
    187187     * @param filename - where to export
    188      * @param append - if true, resulting file cause appending to exuisting preferences
     188     * @param append - if true, resulting file cause appending to existing preferences
    189189     * @param keys - which preferences keys you need to export ("imagery.entries", for example)
    190190     */
     
    200200     * Preference keys matching specified pattern are saved
    201201     * @param fileName - where to export
    202      * @param append - if true, resulting file cause appending to exuisting preferences
    203      * @param pattern - Regexp pattern forh preferences keys you need to export (".*imagery.*", for example)
     202     * @param append - if true, resulting file cause appending to existing preferences
     203     * @param pattern - Regexp pattern for preferences keys you need to export (".*imagery.*", for example)
    204204     */
    205205    public static void exportPreferencesKeysByPatternToFile(String fileName, boolean append, String pattern) {
Note: See TracChangeset for help on using the changeset viewer.