diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-06 22:41:48 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-06 22:42:33 +0200 |
commit | 3f6259b28d1dadd8940decb6cc7a9a34dc718ee6 (patch) | |
tree | 48139a888ef8c06cd1fdeb723dfc6de8a5441fdc /sc/source/ui/src/scfuncs.src | |
parent | 9f2beba81a0b70d1624cbb431fbb7563d6ef6b5b (diff) |
typo "(1 alpha)" → "(1-alpha)" confidence interval
Change-Id: Idad2cf21bc6e64797a3662f5204f8d77289ce940
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 8a8e4fcea59d..39018e991cd3 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -9261,7 +9261,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Returns a (1 alpha) confidence interval for a normal distribution." ; + Text [ en-US ] = "Returns a (1-alpha) confidence interval for a normal distribution." ; }; ExtraData = { @@ -9301,7 +9301,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Returns a (1 alpha) confidence interval for a normal distribution." ; + Text [ en-US ] = "Returns a (1-alpha) confidence interval for a normal distribution." ; }; ExtraData = { @@ -9341,7 +9341,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Returns a (1 alpha) confidence interval for a Student's t distribution." ; + Text [ en-US ] = "Returns a (1-alpha) confidence interval for a Student's t distribution." ; }; ExtraData = { |