include/svl/poolitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5a2bdf822ddaf5133678c5ab912c3dba8212c61b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jan 25 13:08:18 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jan 25 14:14:42 2024 +0100 Fix typo Change-Id: I7822db68e7389eca4ee9e21fba57735656a94d5a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162571 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 22a5d5bcb9ff..10f0d024c75d 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -179,7 +179,7 @@ protected: // is nullptr. If you overload this it is expected that // you return a ptr to a static, Item-local managed // instance that exists the whole office lifetime. This - // usually means to have a static instance irectly in the + // usually means to have a static instance directly in the // implementation of the overloaded function (just grep // for examples) virtual ItemInstanceManager* getItemInstanceManager() const;