aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-keyboxd.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/call-keyboxd.c')
-rw-r--r--g10/call-keyboxd.c2
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;
}