[Libreoffice-commits] core.git: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Feb 8 06:07:35 UTC 2019
sfx2/source/bastyp/fltfnc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7f4600f6da54daaeb0d566c978a7ec60a50c9fbd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 7 18:42:30 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 8 07:07:08 2019 +0100
Fix typo
Change-Id: I58c8a755584c41f070a04fafe38720286b726d63
Reviewed-on: https://gerrit.libreoffice.org/67523
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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();
More information about the Libreoffice-commits
mailing list