diff options
Diffstat (limited to 'sm/fingerprint.c')
-rw-r--r-- | sm/fingerprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/fingerprint.c b/sm/fingerprint.c index ead5cec50..005f10f1f 100644 --- a/sm/fingerprint.c +++ b/sm/fingerprint.c @@ -81,7 +81,7 @@ gpgsm_get_fingerprint (KsbaCert cert, int algo, char *array, int *r_len) } -/* Return an allocated buffer with the formatted fungerprint */ +/* Return an allocated buffer with the formatted fingerprint */ char * gpgsm_get_fingerprint_string (KsbaCert cert, int algo) { |