diff options
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index 369be35d9..e9fc014cc 100644 --- a/g10/import.c +++ b/g10/import.c @@ -1279,7 +1279,7 @@ import_one (ctrl_t ctrl, { xfree (*fpr); /* Note that we need to compare against 0 here because - COUNT gets only incremented after returning form this + COUNT gets only incremented after returning from this function. */ if (!stats->count) *fpr = fingerprint_from_pk (pk, NULL, fpr_len); |