You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/11/06 11:41:06 UTC

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties

hgomez      2002/11/06 02:41:06

  Modified:    jasper/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Correct typos
  
  Revision  Changes    Path
  1.28      +9 -9      jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- messages.properties	16 May 2002 19:27:17 -0000	1.27
  +++ messages.properties	6 Nov 2002 10:41:06 -0000	1.28
  @@ -42,13 +42,13 @@
   jsp.error.page.multiple.buffer=Page directive: can't have multiple occurrences of buffer
   jsp.error.page.invalid.buffer=Page directive: invalid value for buffer
   jsp.error.page.multiple.autoflush=Page directive: can't have multiple occurrences of autoFlush
  -jsp.error.page.invalid.autoflush==Page directive: invalid value for autoFlush
  +jsp.error.page.invalid.autoflush=Page directive: invalid value for autoFlush
   jsp.error.page.multiple.threadsafe=Page directive: can't have multiple occurrences of isThreadSafe
  -jsp.error.page.invalid.threadsafe==Page directive: invalid value for isThreadSafe
  +jsp.error.page.invalid.threadsafe=Page directive: invalid value for isThreadSafe
   jsp.error.page.multiple.info=Page directive: can't have multiple occurrences of info
  -jsp.error.page.invalid.info==Page directive: invalid value for info
  +jsp.error.page.invalid.info=Page directive: invalid value for info
   jsp.error.page.multiple.iserrorpage=Page directive: can't have multiple occurrences of isErrorPage
  -jsp.error.page.invalid.iserrorpage==Page directive: invalid value for isErrorPage
  +jsp.error.page.invalid.iserrorpage=Page directive: invalid value for isErrorPage
   jsp.error.page.multiple.errorpage=Page directive: can't have multiple occurrences of errorPage
   jsp.error.page.multiple.language=Page directive: can't have multiple occurrences of language
   jsp.error.page.defafteruse.language=Page directive: can't define language after a scriptlet 
  @@ -68,7 +68,7 @@
   jsp.error.usebean.notinsamefile=useBean tag must begin and end in the same physical file
   jsp.error.unable.loadclass=Unable to load class {0}
   jsp.error.unable.compile=Unable to compile class for JSP
  -jsp.error.unable.load=Unable to compile class for JSP
  +jsp.error.unable.load=Unable to load class for JSP
   jsp.error.unable.rename=Unable to rename class file {0} to {1}
   jsp.error.mandatory.attribute={0}: Mandatory attribute {1} missing
   jsp.engine.info=Jasper JSP 1.1 Engine
  @@ -174,11 +174,11 @@
   \    -mapped     Generate separate write() calls for each HTML line in the JSP\n\
   \    -die[#]     Generate an error return code (#) on fatal errors.\n\
   \                If the number is absent or unparsable it defaults to 1.\n\
  -\    -uribase <dir>  The uri directory compilations shoule be relative to\n\
  +\    -uribase <dir>  The uri directory compilations should be relative to\n\
   \                    (Default is "/")\n\
   \    -uriroot <dir>  The root directory that uri files should be resolved\n\
   \                    against, (Default is the directory jspc is invoked from)\n\
  -\    -webinc <file>  Creates partial servlet mapings for the -webapp option\n\
  +\    -webinc <file>  Creates partial servlet mapings for the -webapp option.\n\
   \    -webxml <file>  Creates a complete web.xml when using the -webapp option.\n\
   \    -ieplugin <clsid>  Java Plugin classid for Internet Explorer\n\
   \    -sax2 <driverclassname>  Driver class name for the SAX 2.0 parser to be used\n\
  @@ -199,7 +199,7 @@
   jspc.webinc.header=\n\
   <!--\n\
   Automatically created by Tomcat JspC.\n\
  -Place this fragement in the web.xml before all icon, display-name,\n\
  +Place this fragment in the web.xml before all icon, display-name,\n\
   description, distributable, and context-param elements.\n\
   -->\n
   jspc.webinc.footer=\n\
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>