diff options
author | Justus Winter <[email protected]> | 2016-10-27 12:58:01 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-10-27 12:59:56 +0000 |
commit | 445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch) | |
tree | 55b7113c092bed4ff910a4d2c377e92775c5c1c7 /g10/import.c | |
parent | g10: Assert preconditions. (diff) | |
download | gnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.gz gnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip |
Fix typos.
--
Signed-off-by: Justus Winter <[email protected]>
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 d65a7ae4c..88ee16254 100644 --- a/g10/import.c +++ b/g10/import.c @@ -82,7 +82,7 @@ struct import_stats_s * * FIXME: We should put this into the CTRL object but that requires a * lot more changes right now. For now we use save and restore - * fucntion to temporary change them. + * function to temporary change them. */ /* Definition of the import filters. */ struct import_filter_s |