mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
core: fix typos in many comments and some strings
This commit is contained in:
@@ -551,7 +551,7 @@ gui_key_read_cb (void *data, int fd)
|
||||
{
|
||||
if (accept_paste)
|
||||
{
|
||||
/* user is ok for pasting text, let's paste! */
|
||||
/* user is OK for pasting text, let's paste! */
|
||||
gui_key_paste_accept ();
|
||||
}
|
||||
else if (cancel_paste)
|
||||
|
||||
Reference in New Issue
Block a user