[gnumeric] fix typo



commit ba3d975fec1770e26713441398ea3e050dceab63
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Sat Dec 3 11:24:56 2011 -0700

    fix typo
    
    2011-12-03  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* data-types.xml: fix typo

 doc/C/ChangeLog      |    4 ++++
 doc/C/data-types.xml |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 507b0d6..2baa763 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-03  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* data-types.xml: fix typo
+
 2011-12-01  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* data-types.xml: update
diff --git a/doc/C/data-types.xml b/doc/C/data-types.xml
index bf426cf..8eaf29d 100644
--- a/doc/C/data-types.xml
+++ b/doc/C/data-types.xml
@@ -865,7 +865,7 @@ FUNCTIONNAME(ARGUMENTS)
    <para>
      As shown in  <xref linkend="dmedian-example-1" />, instead of using (the non-existing) 
      function <code>DMEDIAN</code> one can use the alternative expression 
-     <code>median(if(A1:A20="AA",B1:B2))</code> entered as an array function as described in 
+     <code>median(if(A1:A20="AA",B1:B20))</code> entered as an array function as described in 
      <xref linkend="sect-data-formulas-array" />. Multiple conditions can be combined using
      the <code>AND</code> or <code>OR</code> functions as in 
      <code>median(if(OR(A1:A20="AA",A1:A20="BB"),B1:B20))</code>.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]