Ignore:
Timestamp:
2010-02-02T23:46:54+01:00 (14 years ago)
Author:
mjulius
Message:

fix #4469 - JOSM typos - patch by andre68

Location:
trunk/src/org/openstreetmap/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/Plugin.java

    r2830 r2927  
    109109
    110110    /**
    111      * Copies the ressource 'from' to the file in the plugin directory named 'to'.
     111     * Copies the resource 'from' to the file in the plugin directory named 'to'.
    112112     */
    113113    public void copy(String from, String to) throws FileNotFoundException, IOException {
  • trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java

    r2853 r2927  
    265265     *<li>If not found, look for a jar file in the user specific plugin directory
    266266     *    (~/.josm/plugins/<plugin name>.jar)
    267      *<li>If not found and the environment variable JOSM_RESSOURCES + "/plugins/" exist, look there.
    268      *<li>Try for the java property josm.ressources + "/plugins/" (set via java -Djosm.plugins.path=...)
     267     *<li>If not found and the environment variable JOSM_RESOURCES + "/plugins/" exist, look there.
     268     *<li>Try for the java property josm.resources + "/plugins/" (set via java -Djosm.plugins.path=...)
    269269     *<li>If the environment variable ALLUSERSPROFILE and APPDATA exist, look in
    270270     *    ALLUSERSPROFILE/<the last stuff from APPDATA>/JOSM/plugins.
Note: See TracChangeset for help on using the changeset viewer.