summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-08-11 15:40:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-08-12 10:55:07 +0200
commite6007b3be10a47b5a5382cfffa21b4106633f4b7 (patch)
tree100ebc7ebdcedc6077ae3ad459ccd73f397c139c /framework
parent9d322bfa580839f48d2f4ce6cdd6b18c8253af85 (diff)
Fix typo
Change-Id: Id2c317c44e6bc4e2c9d0d0e7fd830b6b414e8c75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155624 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/autorecovery.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index dfed8cfc6993..03a7d3b40748 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -617,7 +617,7 @@ private:
* EmergencySave and SessionSave are interested in all open documents (which may not
* even be available at next start - i.e. /tmp files might be lost after a reboot,
* or removable media / server access might not be connected).
- * On the other hand, timer-based autorecovery should not be interested in recoverying
+ * On the other hand, timer-based autorecovery should not be interested in recovering
* the session, but only modified documents that are recoverable
* (TODO: unless the user always wants to recover a session).
*/