summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-10-22 19:24:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2016-10-22 18:03:52 +0000
commit6af27d245a70e3beb224d175b5cc96092814eeee (patch)
tree1dbc30e679b1d5ae6ecf2865b6b882d5c3b16080 /comphelper
parent27a4fb657fad157d26d07934ecd0cce578a99f38 (diff)
Typos in comments
Change-Id: I6450d3862a67c2a9275a569a8ee3c29262124409 Reviewed-on: https://gerrit.libreoffice.org/30162 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/backupfilehelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/backupfilehelper.cxx b/comphelper/source/misc/backupfilehelper.cxx
index 0615117d366d..f975c9c6d527 100644
--- a/comphelper/source/misc/backupfilehelper.cxx
+++ b/comphelper/source/misc/backupfilehelper.cxx
@@ -2607,14 +2607,14 @@ namespace comphelper
{
// whole directory. To do so, scan directory and exclude some dirs
// from which we know they do not need to be secured explicitely. This
- // should alrteady include registrymodifications, too.
+ // should already include registrymodifications, too.
scanDirsAndFiles(
maUserConfigWorkURL,
maDirs,
maFiles);
- // should not extist, but for the case an error occurred and it got
- // copied somehow, avoid further recurive copying/saving
+ // should not exist, but for the case an error occurred and it got
+ // copied somehow, avoid further recursive copying/saving
maDirs.erase("SafeMode");
// not really needed, can be abandoned