framework/source/services/autorecovery.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e6007b3be10a47b5a5382cfffa21b4106633f4b7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 11 15:40:09 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Aug 12 10:55:07 2023 +0200 Fix typo Change-Id: Id2c317c44e6bc4e2c9d0d0e7fd830b6b414e8c75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155624 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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). */