From 18506db0753b180c6f62c6c634f14bda4c6c5d25 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 26 Mar 2024 12:04:06 +0100 Subject: Fix typo Change-Id: Iabc9a271c0c7d2c11da1db629335dcf7c73fff52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165331 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- comphelper/source/misc/storagehelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') 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) { -- cgit