summaryrefslogtreecommitdiff
path: root/src/shared/gcrypt-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/gcrypt-util.c')
-rw-r--r--src/shared/gcrypt-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/gcrypt-util.c b/src/shared/gcrypt-util.c
index b887243849..4ff94520c3 100644
--- a/src/shared/gcrypt-util.c
+++ b/src/shared/gcrypt-util.c
@@ -32,7 +32,7 @@ void initialize_libgcrypt(bool secmem) {
p = gcry_check_version("1.4.5");
assert(p);
- /* Turn off "secmem". Clients which whish to make use of this
+ /* Turn off "secmem". Clients which wish to make use of this
* feature should initialize the library manually */
if (!secmem)
gcry_control(GCRYCTL_DISABLE_SECMEM);