diff options
| author | Alejandro Colomar <alx@nginx.com> | 2023-08-18 12:12:27 +0200 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2023-09-07 23:13:34 +0100 |
| commit | 7dd5ad93a4c147b086a8d82ecb403f96981bb4ee (patch) | |
| tree | 375bfb12c2d1f1f4fada840fb5693ef8df00dc29 /src/nxt_conn_write.c | |
| parent | 34cf6e770b890d7c542822236b781a2459ab2ca5 (diff) | |
| download | unit-7dd5ad93a4c147b086a8d82ecb403f96981bb4ee.tar.gz unit-7dd5ad93a4c147b086a8d82ecb403f96981bb4ee.tar.bz2 | |
Log: fixed typo.
Scripted change:
$ grep -ril recevied src/ | xargs sed -i s/recevied/received/
Reported-by: <https://github.com/jeffdafoe>
Closes: <https://github.com/nginx/unit/issues/920>
Cc: <https://github.com/meezaan>
Cc: Timo Stark <t.stark@nginx.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_conn_write.c')
| -rw-r--r-- | src/nxt_conn_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_conn_write.c b/src/nxt_conn_write.c index bcf9e8fa..714a3e15 100644 --- a/src/nxt_conn_write.c +++ b/src/nxt_conn_write.c @@ -97,7 +97,7 @@ nxt_conn_io_write(nxt_task_t *task, void *obj, void *data) if (sb.limit == 0) { /* * Postpone writing until next event poll to allow to - * process other recevied events and to get new events. + * process other received events and to get new events. */ c->write_timer.handler = nxt_conn_write_timer_handler; nxt_timer_add(engine, &c->write_timer, 0); |
