common: Fix a parenthesis typo in an error message

Fixes #4878
This commit is contained in:
Phaedrus Leeds
2022-05-06 17:44:56 -07:00
committed by Simon McVittie
parent 12305b2cae
commit 389e0fa2c2

View File

@@ -2457,7 +2457,7 @@ flatpak_oci_sign_data (GBytes *data,
else if (err != GPG_ERR_NO_ERROR)
{
flatpak_fail_error (error, FLATPAK_ERROR_UNTRUSTED,
_("Unable to lookup key ID %s: %d)"),
_("Unable to lookup key ID %s: %d"),
key_ids[i], err);
return NULL;
}