Skip to content

Commit 18f9ad7

Browse files
authored
multiline: Fix typo (#561)
1 parent 92b2a27 commit 18f9ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/multiline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This specification adds a new batch type and tag sent by clients and servers to
2929

3030
IRC messages have been traditionally limited by the line-based nature of the protocol and the line length limit of 512. To work around these limitations, client implementations split longer messages into multiple lines, and users need to rely on snippet hosting services to send multiple lines without flooding the chat or having their messages interrupted by other users.
3131

32-
Mulitline messages allow for a more coherent experience that avoids the disconnected messages that result from these workarounds.
32+
Multiline messages allow for a more coherent experience that avoids the disconnected messages that result from these workarounds.
3333

3434
## Architecture
3535

@@ -184,7 +184,7 @@ This section is non-normative.
184184

185185
NOTE: In these examples, `<SPACE>` indicates a space character which would otherwise not be clearly visible.
186186

187-
Client sending a mutliline batch
187+
Client sending a multiline batch
188188

189189
Client: BATCH +123 draft/multiline #channel
190190
Client: @batch=123 PRIVMSG #channel hello

0 commit comments

Comments
 (0)