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 1f334dcb8..6fdd53e85 100644 --- a/g10/import.c +++ b/g10/import.c @@ -1812,7 +1812,7 @@ import_one (ctrl_t ctrl, } } - /* Delete invalid parts and without the drop otions bail out if + /* Delete invalid parts and without the drop option bail out if * there are no user ids. */ if (!delete_inv_parts (ctrl, keyblock, keyid, options) && !(options & IMPORT_DROP_UIDS) ) |