summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_confirmation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c
index 6e5881e18..14075d431 100644
--- a/src/util/crypto_confirmation.c
+++ b/src/util/crypto_confirmation.c
@@ -217,7 +217,7 @@ TALER_build_pos_confirmation (const char *pos_key,
{
size_t pos_key_length = strlen (pos_key);
void *key; /* pos_key in binary */
- size_t key_len; /* lengh of the key */
+ size_t key_len; /* length of the key */
char *ret;
int dret;