diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-07 18:42:30 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-08 07:07:08 +0100 |
commit | 7f4600f6da54daaeb0d566c978a7ec60a50c9fbd (patch) | |
tree | 15009fbdeb12e944d4b63c7bf32b1c1b6b5fcc87 | |
parent | ee3cf6c82747385a1466cde66598d8e92859c904 (diff) |
Fix typo
Change-Id: I58c8a755584c41f070a04fafe38720286b726d63
Reviewed-on: https://gerrit.libreoffice.org/67523
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |