diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-26 12:04:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-26 13:40:13 +0100 |
commit | 18506db0753b180c6f62c6c634f14bda4c6c5d25 (patch) | |
tree | f261c067596796b3f75e895c14cd386614378f65 | |
parent | 47af9e64a573684eb42faa097e327e31777a2b58 (diff) |
Fix typo
Change-Id: Iabc9a271c0c7d2c11da1db629335dcf7c73fff52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165331
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | comphelper/source/misc/storagehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index 3812bf023915..06d365fcdb91 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -514,7 +514,7 @@ uno::Sequence< beans::NamedValue > OStorageHelper::CreateGpgPackageEncryptionDat // allows encrypting with keys that have their trust level set to // "Ultimate". The gpg command, however, gives the user the option // to encrypt with a certificate that has a lower trust level so - // emulate that bahavior by asking the user if they want to trust + // emulate that behavior by asking the user if they want to trust // the certificate for just this operation only. if (crypt_res.error().code() == GPG_ERR_UNUSABLE_PUBKEY) { |