diff options
Diffstat (limited to 'g10/gpgcompose.c')
-rw-r--r-- | g10/gpgcompose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgcompose.c b/g10/gpgcompose.c index cd5346fb0..e3bb01317 100644 --- a/g10/gpgcompose.c +++ b/g10/gpgcompose.c @@ -1317,7 +1317,7 @@ sig_notation (const char *option, int argc, char *argv[], void *cookie) else notation = string_to_notation (p, 1); if (! notation) - log_fatal ("creating notation: an unknown error occured.\n"); + log_fatal ("creating notation: an unknown error occurred.\n"); notation->next = si->notations; si->notations = notation; |