[Libreoffice-commits] .: 2 commits - configure.in sc/source

Korrawit Pruegsanusak korrawit at kemper.freedesktop.org
Sat Dec 31 07:17:22 PST 2011


 configure.in                 |    6 +++---
 sc/source/ui/src/scfuncs.src |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit b5abd8e597adcaf37334a17c042158bf8931105e
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Sat Dec 31 22:15:48 2011 +0700

    fix typo: formatted

diff --git a/configure.in b/configure.in
index b26aa2c..1f8c5d0 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ PathFormat()
     if test "$host_os" = "cygwin" ; then
         pf_part1=
         pf_conv_to_dos=
-        for pf_part in $formated_path ; do
+        for pf_part in $formatted_path ; do
             if test -z "$pf_part1" ; then
                 pf_part1="$pf_part"
             else
@@ -29,8 +29,8 @@ PathFormat()
         if test "$pf_conv_to_dos" = "yes" ; then
             formatted_path=`cygpath -d "$formatted_path"`
         fi
-        fp_count_colon=`cat "$formattted_path" | grep -c "[:]"`
-        fp_count_slash=`cat "$formattted_path" | grep -c "[/]"`
+        fp_count_colon=`cat "$formatted_path" | grep -c "[:]"`
+        fp_count_slash=`cat "$formatted_path" | grep -c "[/]"`
         if test "$fp_count_slash$fp_count_colon" != "00" ; then
             if test "$fp_count_colon" = "0" ; then
                 formatted_path=`realpath "$formatted_path"`
commit 57bba6f55b5712ff15c6e1b771ae8f740c19a81c
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Sat Dec 31 16:19:23 2011 +0700

    Correct ARCCOSH()'s parameter description

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 4458409..1363edb 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -3121,7 +3121,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
         };
         String 3 // Description of Parameter 1
         {
-            Text [ en-US ] = "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned." ;
+            Text [ en-US ] = "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned." ;
         };
     };
      // -=*# Resource for function ARCSINHYP #*=-


More information about the Libreoffice-commits mailing list