include/svl/poolitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 46332200961363706f5b1f280e813510d7e1c265 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jan 11 13:27:24 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jan 11 15:30:36 2025 +0100 Fix typo Change-Id: I60c92b959f114b2cb6131fc7f271f002fd793709 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180116 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 3475aea6c039..6bff55556195 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -670,7 +670,7 @@ private: } protected: - // costructors are protected; SfxPoolItem is a base + // constructors are protected; SfxPoolItem is a base // class and ought bot to be constructed (also guaranteed // by pure virtual function ItemType now) explicit SfxPoolItem(sal_uInt16 nWhich);