summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-11 17:46:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-11 20:26:32 +0100
commit2876eb7efc75dc6279986442ef930d5e39ee3ca1 (patch)
tree81daef44af6e8d0d41523890a32a7ecce6bc88ec /vcl
parent2157160b2665de61517973089b3bcd2a59416c1e (diff)
Fix typos
Change-Id: Idc42061d8832f9d7ca5402e756c81305a309eefc Reviewed-on: https://gerrit.libreoffice.org/84968 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index a9377fa6732b..46ad8e0113dc 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -381,7 +381,7 @@ void DestroySVHelpData(ImplSVHelpData* pSVHelpData)
if (!comphelper::LibreOfficeKit::isActive())
return;
- // Change the SVData's help date if neccessary
+ // Change the SVData's help date if necessary
if(ImplGetSVData()->mpHelpData == pSVHelpData)
{
ImplGetSVData()->mpHelpData = &private_aImplSVHelpData::get();