diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:56:52 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 07:07:18 +0000 |
commit | c15d93f252df25b1d0e406abb08e3a3e5df71f5e (patch) | |
tree | 8e1f84bb3b9e15c34872317dcbd6cbaedac03b18 /scaddins | |
parent | a55c2728453c68f44966fc31b4a483416c43b8f3 (diff) |
Fix typos
Change-Id: Ia41f4f0ca30ae3346d0720271478ec5bcdab797b
Reviewed-on: https://gerrit.libreoffice.org/18967
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/datefunc/datefunc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx index 68683c9ae3aa..96b4d46c51cf 100644 --- a/scaddins/source/datefunc/datefunc.cxx +++ b/scaddins/source/datefunc/datefunc.cxx @@ -543,7 +543,7 @@ sal_Int32 GetNullDate( const uno::Reference< beans::XPropertySet >& xOptions ) * Two modes of operation are provided. * The first is just a simple division by 7 calculation. * - * The second calculates the diffence by week of year. + * The second calculates the difference by week of year. * * The International Standard IS-8601 has decreed that Monday * shall be the first day of the week. |