crafterm    2002/09/21 10:36:00

  Modified:    src/java/org/apache/cocoon/components/language/markup/xsp/java
                        esql.xsl
               src/webapp/samples samples.xml
  Log:
  Spelling corrections.
  
  Revision  Changes    Path
  1.33      +4 -4      
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl
  
  Index: esql.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- esql.xsl  6 Sep 2002 09:52:43 -0000       1.32
  +++ esql.xsl  21 Sep 2002 17:36:00 -0000      1.33
  @@ -944,12 +944,12 @@
     <xsp:expr>_esql_query.getCurrentRow()</xsp:expr>
   </xsl:template>
   
  -<xspdoc:desc>returns the name of the given column. the column mus tbe specified by 
number, not name.</xspdoc:desc>
  +<xspdoc:desc>returns the name of the given column. the column must be specified by 
number, not name.</xspdoc:desc>
   <xsl:template match="esql:results//esql:get-column-name">
     <xsp:expr><xsl:call-template 
name="get-resultset"/>.getMetaData().getColumnName(<xsl:call-template 
name="get-column"/>)</xsp:expr>
   </xsl:template>
   
  -<xspdoc:desc>returns the label of the given column. the column mus tbe specified by 
number, not name.</xspdoc:desc>
  +<xspdoc:desc>returns the label of the given column. the column must be specified by 
number, not name.</xspdoc:desc>
   <xsl:template match="esql:results//esql:get-column-label">
     <xsp:expr><xsl:call-template 
name="get-resultset"/>.getMetaData().getColumnLabel(<xsl:call-template 
name="get-column"/>)</xsp:expr>
   </xsl:template>
  
  
  
  1.30      +2 -2      xml-cocoon2/src/webapp/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/samples.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- samples.xml       20 Sep 2002 23:06:53 -0000      1.29
  +++ samples.xml       21 Sep 2002 17:36:00 -0000      1.30
  @@ -185,7 +185,7 @@
     <group name="Scratchpad samples">
       <sample name="Try Scratchpad" href="scratchpad">
       Here is a peek of what the next release of Cocoon will bring.
  -    To test these samples, you mus have built cocoon with "build (sh|bat) 
installscratchpadwar".
  +    To test these samples, you must have built Cocoon with "build (sh|bat) 
installscratchpadwar".
      </sample>
     </group>
   </samples>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to