diff options
author | Werner Koch <[email protected]> | 2022-12-15 14:13:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-12-16 10:01:23 +0000 |
commit | 25bef01e7ab58ff4e8ab8360af5388226c36fab8 (patch) | |
tree | 7bac6f4acf23e2f59ec98f245d2c2d6c0b3adb75 /g10/call-keyboxd.c | |
parent | tests: Fix make check with GPGME. (diff) | |
download | gnupg-25bef01e7ab58ff4e8ab8360af5388226c36fab8.tar.gz gnupg-25bef01e7ab58ff4e8ab8360af5388226c36fab8.zip |
doc: Typo fixes
--
Reported-by: Andreas Metzler
GnuPG-bug-id: 6309
Diffstat (limited to 'g10/call-keyboxd.c')
-rw-r--r-- | g10/call-keyboxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-keyboxd.c b/g10/call-keyboxd.c index e2fede235..7f4d5f493 100644 --- a/g10/call-keyboxd.c +++ b/g10/call-keyboxd.c @@ -106,7 +106,7 @@ gpg_keyboxd_deinit_session_data (ctrl_t ctrl) err = assuan_transact (kbl->ctx, "TRANSACTION commit", NULL, NULL, NULL, NULL, NULL, NULL); if (err) - log_error ("error commiting last transaction: %s\n", + log_error ("error committing last transaction: %s\n", gpg_strerror (err)); in_transaction = 0; } |