From 3f6259b28d1dadd8940decb6cc7a9a34dc718ee6 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 6 Aug 2015 22:41:48 +0200 Subject: typo "(1 alpha)" → "(1-alpha)" confidence interval MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idad2cf21bc6e64797a3662f5204f8d77289ce940 --- sc/source/ui/src/scfuncs.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc') 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 = { -- cgit