Changeset 2000


Ignore:
Timestamp:
07/04/12 10:14:15 (12 years ago)
Author:
oschonef
Message:
  • fix some typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUServer/trunk/src/main/java/eu/clarin/sru/server/utils/SRUServerServlet.java

    r1990 r2000  
    4040
    4141/**
    42  * A Servlet implementation, which provides an enviroment for running a
    43  * {@link SRUServer} in a servlet container. Your search engine <b>must</b> use
     42 * A Servlet implementation, which provides an environment for running a
     43 * {@link SRUServer} in a Servlet container. Your search engine <b>must</b> use
    4444 * {@link SRUSearchEngineBase} as base class.
    4545 *
    4646 * <p>
    4747 * Add the following to the web.xml of your web applications web.xml to define a
    48  * SRU server. Of couse, the value of the servlet paramter
    49  * "sruServerSerachEngineClass" must be adpated to match the name of your search
     48 * SRU server. Of course, the value of the Servlet parameter
     49 * "sruServerSerachEngineClass" must be adapted to match the name of your search
    5050 * engine implementation. Furthermore, you can choose different url-pattern, to
    5151 * match your needs.
Note: See TracChangeset for help on using the changeset viewer.