no message
authorfh <fh>
Fri, 7 Sep 2001 12:12:17 +0000 (12:12 +0000)
committerfh <fh>
Fri, 7 Sep 2001 12:12:17 +0000 (12:12 +0000)
source/mir/servlet/AbstractServlet.java

index c859872..67a6a82 100755 (executable)
@@ -56,8 +56,8 @@ public abstract class AbstractServlet extends HttpServlet {
 
   /**
    * Checks the Accept-Language of the clients browser.
-   * if this language is available it returns its contry-code,
-   * else it return the standard-language
+   * if this language is available it returns its country-code,
+   * else it returns the standard-language
    */
   protected String getAcceptLanguage(HttpServletRequest req){
     Locale loc = req.getLocale();