diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-04 09:32:07 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-04 13:20:38 +0100 |
commit | 947fdbba4db02f9405b94066fbf9d77321520e7e (patch) | |
tree | 5401dda500c2340180b29798c1e3b833e0428614 /sfx2/source/appl | |
parent | cd47cf36ebb70a3d6897b0abbb0b3cd8b290e1af (diff) |
Fix typo
Change-Id: Ie930c3d80a57d2c10473d21e47c97339f6ffbf03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86209
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/appopen.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx index 357e9e8033f4..4ecc4cf8814b 100644 --- a/sfx2/source/appl/appopen.cxx +++ b/sfx2/source/appl/appopen.cxx @@ -234,7 +234,7 @@ ErrCode CheckPasswd_Impl if ( !aEncryptionData.hasElements() && aGpgProperties.hasElements() ) aEncryptionData = ::comphelper::DocPasswordHelper::decryptGpgSession(aGpgProperties); - // tdf#93389: if recoverying a document, encryption data should contain + // tdf#93389: if recovering a document, encryption data should contain // entries for the real filter, not only for recovery ODF, to keep it // encrypted. Pass this in encryption data. // TODO: pass here the real filter (from AutoRecovery::implts_openDocs) |