diff options
Diffstat (limited to '')
-rw-r--r-- | src/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.c b/src/export.c index a29fbde8..41a9ebaf 100644 --- a/src/export.c +++ b/src/export.c @@ -34,7 +34,7 @@ /* Local operation data. */ typedef struct { - gpg_error_t err; /* Error encountred during the export. */ + gpg_error_t err; /* Error encountered during the export. */ } *op_data_t; |