Skip to content

Commit

Permalink
Remove plenking
Browse files Browse the repository at this point in the history
There were two cases of plenking (a space between a word and the punctuation
marks) in front of `…`.
  • Loading branch information
mdosch committed Oct 3, 2024
1 parent dce0b73 commit 50e8237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xmpp/iq.c
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,7 @@ static int
_mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata)
{
ProfChatWin* chatwin = (ProfChatWin*)userdata;
// Remove the "Loading messages …" message
// Remove the "Loading messages…" message
buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0);
chatwin_db_history(chatwin, NULL, NULL, TRUE);
return 0;
Expand Down
2 changes: 1 addition & 1 deletion src/xmpp/ox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50e8237

Please sign in to comment.