[Libreoffice-commits] core.git: include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 30 07:26:24 UTC 2019


 include/comphelper/backupfilehelper.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 32c71a7740ce9ac66889c2ab31b941831efc56af
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:41:54 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 30 09:25:08 2019 +0200

    Fix typo
    
    Change-Id: Ic0803cabbc11b017b72d0bba0800a7f7c786d2de
    Reviewed-on: https://gerrit.libreoffice.org/74919
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx
index 70dd77667826..11a2593aeb4e 100644
--- a/include/comphelper/backupfilehelper.hxx
+++ b/include/comphelper/backupfilehelper.hxx
@@ -36,15 +36,15 @@ namespace comphelper
      *
      *  You need to hand over the URL of the file to look at and
      *  a maximum number of allowed copies. That number is internally
-     *  limited to a absolute max of 10 (see implementation). The number
+     *  limited to an absolute max of 10 (see implementation). The number
      *  of allowed copies is limited to [1..max].
      *
      *  Calling tryPush() will check if there is no backup yet or if
      *  there is one that the file has changed. If yes, a new copy is
-     *  created on a kind of 'stack' of copies. Tre return value can
+     *  created on a kind of 'stack' of copies. The return value can
      *  be used to see if a backup was indeed created.
      *
-     *  Calling tryPop() will do the opposite: If a backup is available,
+     *  Calling tryPop() will do the opposite: if a backup is available,
      *  delete the orig file and re-instantiate the backup. The backup
      *  is taken off the 'stack' of copies. The return value can be
      *  used to check if this was done.


More information about the Libreoffice-commits mailing list