Changeset 11276 for trunk


Ignore:
Timestamp:
2006-02-17T11:34:05+13:00 (18 years ago)
Author:
kjdon
Message:

fixed up a spelling mistake

File:
1 edited

Legend:

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

    r10589 r11276  
    308308
    309309    Element doc_node = this.doc.createElement(GSXML.DOC_NODE_ELEM);
    310     // teh node we want is the root document node
     310    // the node we want is the root document node
    311311    doc_node.setAttribute(GSXML.NODE_ID_ATT, document_name+".rt");
    312312    doc_list.appendChild(doc_node);
Note: See TracChangeset for help on using the changeset viewer.