diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:49 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
commit | 0a19d8799557f4644cbad76a6e496946166892b2 (patch) | |
tree | 9685167c2776ca291ee03a257af700f81e15df46 /crypto/der.c | |
parent | 01dc06511d679263505fadd84fd55f4955c6902b (diff) |
misc/other: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'crypto/der.c')
-rw-r--r-- | crypto/der.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/der.c b/crypto/der.c index dab3fe4f24..ebbecfc3fe 100644 --- a/crypto/der.c +++ b/crypto/der.c @@ -76,7 +76,7 @@ enum QCryptoDERTagEnc { /** * qcrypto_der_encode_length: * @src_len: the length of source data - * @dst: distination to save the encoded 'length', if dst is NULL, only compute + * @dst: destination to save the encoded 'length', if dst is NULL, only compute * the expected buffer size in bytes. * @dst_len: output parameter, indicates how many bytes wrote. * |