summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-01 17:45:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-03-01 19:22:40 +0100
commit2c5d4436f05ee99cf6937940f2010edf90e7f9e9 (patch)
tree46d613fb02ae2381a48e979504a63e0da54545b5 /framework
parente50f13c9947332639f455739c87213a954067299 (diff)
Fix typos
Change-Id: I9a98bac7c570f25ff7d77df98e93aaeed2665038 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130720 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 e63c13073a90..bede4be05682 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -107,7 +107,7 @@ namespace {
/** @short hold all needed information for an asynchronous dispatch alive.
@descr Because some operations are forced to be executed asynchronously
- (e.g. requested by our CreashSave/Recovery dialog) ... we must make sure
+ (e.g. requested by our CrashSave/Recovery dialog) ... we must make sure
that this information won't be set as "normal" members of our AutoRecovery
instance. Otherwise they can disturb our normal AutoSave-timer handling.
e.g. it can be unclear then, which progress has to be used for storing documents...