summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/storagehelper.cxx2
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)
{