summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-26 12:04:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-26 13:40:13 +0100
commit18506db0753b180c6f62c6c634f14bda4c6c5d25 (patch)
treef261c067596796b3f75e895c14cd386614378f65 /comphelper
parenttdf#129905 tdf#160365 sw: don't always draw text boundary on frames (diff)
downloadcore-18506db0753b180c6f62c6c634f14bda4c6c5d25.tar.gz
core-18506db0753b180c6f62c6c634f14bda4c6c5d25.zip
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>
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)
{