[Libreoffice-commits] core.git: sfx2/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 14 05:37:52 UTC 2019


 sfx2/inc/autoredactdialog.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9897b670a129b5ac4c602bc0727de59a2a529c4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jun 13 23:11:42 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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);
 


More information about the Libreoffice-commits mailing list