mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 14:36:22 +00:00
Remove plenking
There were two cases of plenking (a space between a word and the punctuation marks) in front of `…`.
This commit is contained in:
@@ -91,7 +91,7 @@ ox_announce_public_key(const char* const filename)
|
||||
{
|
||||
assert(filename);
|
||||
|
||||
cons_show("Announce OpenPGP Key for OX %s …", filename);
|
||||
cons_show("Announce OpenPGP Key for OX %s…", filename);
|
||||
log_info("[OX] Announce OpenPGP Key of OX: %s", filename);
|
||||
|
||||
// key the key and the fingerprint via GnuPG from file
|
||||
|
||||
Reference in New Issue
Block a user