summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-12-31 16:19:23 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-12-31 22:07:16 +0700
commit57bba6f55b5712ff15c6e1b771ae8f740c19a81c (patch)
tree086fb7f2b5c0af48b9d23988293fbce78f5946aa /sc
parentd1a26ef6542a68854d61aa62156e3aab61e0e68b (diff)
Correct ARCCOSH()'s parameter description
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/scfuncs.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 44584090e7e2..1363edb456d7 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 #*=-