unotools/source/config/configitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fad225678a91d5852bb0e2b399f172a11785d5c7 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jun 19 14:58:29 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 19 22:58:54 2024 +0200 Fix typo Change-Id: Ib6087b4ae41474926139f9e4d8b1b1244746938e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169224 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index ac30ec847622..116d7f8e3ea8 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -198,7 +198,7 @@ void ConfigItem::impl_packLocalizedProperties( const Sequence< OUString >& // Algorithm: // Copy all names and values from in to out lists. // Look for special localized entries ... You can detect it as "XInterface" packed into an Any. - // Use this XInterface-object to read all localized values and pack it into Sequence< PropertValue >. + // Use this XInterface-object to read all localized values and pack it into Sequence< PropertyValue >. // Add this list to out lists then. nDestinationCounter = 0;
