diff options
Diffstat (limited to 'sfx2')
-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) |