From c15d93f252df25b1d0e406abb08e3a3e5df71f5e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 17:56:52 +0200 Subject: Fix typos Change-Id: Ia41f4f0ca30ae3346d0720271478ec5bcdab797b Reviewed-on: https://gerrit.libreoffice.org/18967 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- scaddins/source/datefunc/datefunc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scaddins/source/datefunc') 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. -- cgit