From 7f4600f6da54daaeb0d566c978a7ec60a50c9fbd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 7 Feb 2019 18:42:30 +0000 Subject: Fix typo Change-Id: I58c8a755584c41f070a04fafe38720286b726d63 Reviewed-on: https://gerrit.libreoffice.org/67523 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sfx2/source/bastyp/fltfnc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index a17f43929ab5..f3ad18b29c09 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -1147,7 +1147,7 @@ void SfxFilterContainer::ReadFilters_Impl( bool bUpdate ) if ( bUpdate ) { - // global filter arry was modified, factory specific ones might need an + // global filter array was modified, factory specific ones might need an // update too for (auto& aImpl : aImplArr) aImpl->Update(); -- cgit