sfx2/inc/autoredactdialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e9897b670a129b5ac4c602bc0727de59a2a529c4 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jun 13 23:11:42 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jun 14 07:36:27 2019 +0200 Fix typo Change-Id: I84170be79725bca9bfd29bd25fdd299af8f56577 Reviewed-on: https://gerrit.libreoffice.org/73989 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sfx2/inc/autoredactdialog.hxx b/sfx2/inc/autoredactdialog.hxx index bab00cf536a3..3b6b45c99032 100644 --- a/sfx2/inc/autoredactdialog.hxx +++ b/sfx2/inc/autoredactdialog.hxx @@ -141,7 +141,7 @@ public: /** Literally moves targets into the given vector. * At the end of the operation, m_aTableTargets vector becomes empty. * The contents of the given vector will be erased before being filled in. - * Returns true if successfull. + * Returns true if successful. */ bool moveTargets(std::vector<std::pair<RedactionTarget*, OUString>>& r_aTargets); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
