1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

doc: Typo fixes

--

Reported-by: Andreas Metzler
GnuPG-bug-id: 6309
This commit is contained in:
Werner Koch 2022-12-15 15:13:54 +01:00
parent c19ea75f10
commit 25bef01e7a
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
6 changed files with 11 additions and 11 deletions

View file

@ -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;
}