mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
core: fix typos in many comments and some strings
This commit is contained in:
@@ -154,7 +154,7 @@ fifo_create ()
|
||||
/* create FIFO pipe, writable for user only */
|
||||
if (mkfifo (fifo_filename, 0600) == 0)
|
||||
{
|
||||
/* open FIFO pipe in read-only, non blockingmode */
|
||||
/* open FIFO pipe in read-only, non-blocking mode */
|
||||
if ((fifo_fd = open (fifo_filename,
|
||||
O_RDONLY | O_NONBLOCK)) != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user