hgomez      2002/11/06 03:38:35

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Correct typos (could someone validate the fixes ???)
  
  Revision  Changes    Path
  1.54      +12 -10    
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- messages.properties       4 Nov 2002 19:15:33 -0000       1.53
  +++ messages.properties       6 Nov 2002 11:38:35 -0000       1.54
  @@ -43,13 +43,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 
  @@ -74,7 +74,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
  @@ -112,7 +112,9 @@
   jsp.error.setproperty.beanNotFound=setProperty: Bean {0} not found
   jsp.error.getproperty.beanNotFound=getProperty: Bean {0} not found
   jsp.error.setproperty.ClassNotFound=setProperty: Class {0} not found
  -jsp.error.setproperty.invalidSyantax=setProperty: can't have non-null value when 
property=*
  +# typo ?
  +#jsp.error.setproperty.invalidSayntax=setProperty: can't have non-null value when 
property=*
  +jsp.error.setproperty.invalidSyntax=setProperty: can't have non-null value when 
property=*
   jsp.error.setproperty.beanInfoNotFound=setproperty: beanInfo for bean {0} not found
   jsp.error.setproperty.paramOrValue=setProperty: either param or value can be present
   jsp.error.setproperty.arrayVal=setProperty: can't set array property {0} through a 
string constant value
  @@ -186,11 +188,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 mappings 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\
  @@ -211,7 +213,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:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to