summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:41:54 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-30 09:25:08 +0200
commit32c71a7740ce9ac66889c2ab31b941831efc56af (patch)
tree8f26c853c030cc198bb6d1df4f694b420c991c95 /include
parentd58ee4cbfa04f12a84f71ccf0f1bcd6bbbdfe61a (diff)
Fix typo
Change-Id: Ic0803cabbc11b017b72d0bba0800a7f7c786d2de Reviewed-on: https://gerrit.libreoffice.org/74919 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/backupfilehelper.hxx6
1 files changed, 3 insertions, 3 deletions
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.