summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 17:56:40 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:42:39 +0000
commit6fab286b2a213575e3b1ccd0eddb00c8b242af00 (patch)
tree390e09b20192f829524e9975ba4b36ca47cb2975 /comphelper
parentba48819e9f01466b4048528f5aded766a5f11e8a (diff)
Fix typos
Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524 Reviewed-on: https://gerrit.libreoffice.org/34808 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 face14f70060..5c65dde32291 100644
--- a/comphelper/source/misc/backupfilehelper.cxx
+++ b/comphelper/source/misc/backupfilehelper.cxx
@@ -1763,7 +1763,7 @@ namespace comphelper
if (mbActive)
{
- // ensure existance
+ // ensure existence
getInitialBaseURL();
// if not found, we are out of business (maExt may be empty)
@@ -1809,7 +1809,7 @@ namespace comphelper
void BackupFileHelper::reactOnSafeMode(bool bSafeMode)
{
- // ensure existance of needed paths
+ // ensure existence of needed paths
getInitialBaseURL();
if (!maUserConfigBaseURL.isEmpty())
@@ -2719,7 +2719,7 @@ namespace comphelper
case 2:
{
// whole directory. To do so, scan directory and exclude some dirs
- // from which we know they do not need to be secured explicitely. This
+ // from which we know they do not need to be secured explicitly. This
// should already include registrymodifications, too.
scanDirsAndFiles(
maUserConfigWorkURL,