comphelper/source/misc/storagehelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18506db0753b180c6f62c6c634f14bda4c6c5d25
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Mar 26 12:04:06 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Mar 26 13:40:13 2024 +0100

    Fix typo
    
    Change-Id: Iabc9a271c0c7d2c11da1db629335dcf7c73fff52
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165331
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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)
         {

Reply via email to