desktop/source/deployment/inc/lockfile.hxx | 2 +- sw/source/uibase/uiview/view2.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit e989c3015ec34b55d9e519e2b8750cddd976c91d Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 4 20:22:40 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 5 10:09:09 2019 +0100 Fix typo Change-Id: Idd7c5295314ef2a36f37125837c8276bb5feb4d2 Reviewed-on: https://gerrit.libreoffice.org/84494 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index be7a42416eae..43694ab1239b 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -531,7 +531,7 @@ bool SwView::InsertGraphicDlg( SfxRequest& rReq ) } else { - // set the specific graphic attrbutes to the graphic + // set the specific graphic attributes to the graphic bReturn = true; AutoCaption( GRAPHIC_CAP ); rReq.Done(); commit e5a72dfe6d84bccdad0b44a6abd879e1c770df20 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 4 20:22:14 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 5 10:08:34 2019 +0100 Fix typo Change-Id: I3cabc94a2916b1433285a7c725607fbda80cb8ac Reviewed-on: https://gerrit.libreoffice.org/84476 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/desktop/source/deployment/inc/lockfile.hxx b/desktop/source/deployment/inc/lockfile.hxx index dc1e66cc0890..6fa8fcfdcae3 100644 --- a/desktop/source/deployment/inc/lockfile.hxx +++ b/desktop/source/deployment/inc/lockfile.hxx @@ -57,7 +57,7 @@ namespace desktop { { public: - // constructs a new lockfile onject + // constructs a new lockfile object Lockfile( bool bIPCserver = true ); // separating GUI code: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
