filter/source/config/cache/basecontainer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e4f313247283b4cc1d0ff97ae6254d938794e383 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 13 14:11:34 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Jul 13 15:03:36 2020 +0200 Fix typo Change-Id: I0b94689af645249f4142422d6bd2ec772f3bd373 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98659 Reviewed-by: Michael Warner <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx index c53c8f39fe72..8cead06c302d 100644 --- a/filter/source/config/cache/basecontainer.hxx +++ b/filter/source/config/cache/basecontainer.hxx @@ -123,7 +123,7 @@ class BaseContainer : public BaseLock virtual ~BaseContainer() override; - /** @short initialize this generic intsnace with some specialized values + /** @short initialize this generic instance with some specialized values from our derived object. @descr Because an outside class must use ImplInheritanceHelper template to _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
