Changeset 4154


Ignore:
Timestamp:
2003-04-15T12:36:46+12:00 (21 years ago)
Author:
kjdon
Message:

fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/action/ProcessAction.java

    r4144 r4154  
    133133        cgi_.paramListAddShortNames(pl);
    134134
    135         // for each param in the description, overwrite teh default value with the currently set value if present
     135        // for each param in the description, overwrite the default value with the currently set value if present
    136136        Element param = (Element)pl.getFirstChild();
    137137        while (param !=null) {
Note: See TracChangeset for help on using the changeset viewer.