From d2631f387f8389d606aa65b45ccb5e92d6ca9a9d Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Mon, 2 Jul 2012 21:53:27 +0200 Subject: fix typos --- helpcontent2/source/text/scalc/01/func_datedif.xhp | 6 +++--- helpcontent2/source/text/shared/01/xformsdatatab.xhp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/func_datedif.xhp b/helpcontent2/source/text/scalc/01/func_datedif.xhp index d4194d6a7a..37190223b6 100644 --- a/helpcontent2/source/text/scalc/01/func_datedif.xhp +++ b/helpcontent2/source/text/scalc/01/func_datedif.xhp @@ -69,7 +69,7 @@ "ym" -Number of whole months when substracting years from the difference of Start date and End date. +Number of whole months when subtracting years from the difference of Start date and End date. @@ -77,7 +77,7 @@ "md" -Number of whole days when substracting years and months from the difference of Start date and End date. +Number of whole days when subtracting years and months from the difference of Start date and End date. @@ -85,7 +85,7 @@ "yd" -Number of whole days when substracting years from the difference of Start date and End date. +Number of whole days when subtracting years from the difference of Start date and End date. diff --git a/helpcontent2/source/text/shared/01/xformsdatatab.xhp b/helpcontent2/source/text/shared/01/xformsdatatab.xhp index dd2c541f97..ce7c45d9fd 100644 --- a/helpcontent2/source/text/shared/01/xformsdatatab.xhp +++ b/helpcontent2/source/text/shared/01/xformsdatatab.xhp @@ -82,7 +82,7 @@ The following lists all facets that are valid for data types. Some facets are only available for some data types. Whitespaces - Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are Preserve, Replace, and Collapse. The sematics follow the definition at http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace. + Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are Preserve, Replace, and Collapse. The semantics follow the definition at http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace. Pattern Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elseswhere in %PRODUCTNAME, for example in the Find & Replace dialog. -- cgit