include/svx/e3dsceneupdater.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 48a035ba501c122e740c160be86730d02226e107 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 8 10:43:28 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jul 11 10:55:02 2019 +0200 Fix typo Change-Id: I6afd087e1637522f4c99d8162087b1a1b8c02dad Reviewed-on: https://gerrit.libreoffice.org/75400 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/svx/e3dsceneupdater.hxx b/include/svx/e3dsceneupdater.hxx index e6800e845e01..a6049843985c 100644 --- a/include/svx/e3dsceneupdater.hxx +++ b/include/svx/e3dsceneupdater.hxx @@ -61,7 +61,7 @@ public: E3DModifySceneSnapRectUpdater(const SdrObject* mpObject); // the destructor will take action if mpScene is not zero and modify the - // 2D geomeztry of the target scene + // 2D geometry of the target scene ~E3DModifySceneSnapRectUpdater(); }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
