summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-22 16:29:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 14:18:49 +0200
commit26f1fc7c520b442a3c56b3346a19d921e1574f81 (patch)
treedeb74c1ee0f549e6c6c17d0a3827b23379942106 /framework
parent810eed8646eacd665004d95359f21ce5e23fc795 (diff)
Fix typos
Change-Id: I4bb060a6a65ca27bba8d16c268660bedef8b0ed5 Reviewed-on: https://gerrit.libreoffice.org/57821 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/autorecovery.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 16747d702357..fb33427d2e67 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -3623,7 +3623,7 @@ void AutoRecovery::implts_doEmergencySave(const DispatchParams& aParams)
officecfg::Office::Recovery::RecoveryInfo::Crashed::set(true, batch);
batch->commit();
- // for all docs, store their current view/names in the configurtion
+ // for all docs, store their current view/names in the configuration
implts_persistAllActiveViewNames();
// The called method for saving documents runs
@@ -3688,7 +3688,7 @@ void AutoRecovery::implts_doSessionSave(const DispatchParams& aParams)
// Be sure to know all open documents really .-)
implts_verifyCacheAgainstDesktopDocumentList();
- // for all docs, store their current view/names in the configurtion
+ // for all docs, store their current view/names in the configuration
implts_persistAllActiveViewNames();
// The called method for saving documents runs