mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix typo in docstring [skip ci]
This commit is contained in:
parent
3b7749b8de
commit
ae2fd8f171
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ module SMTP;
|
||||||
|
|
||||||
## The maximum line length within a BDAT chunk before a forceful linebreak
|
## The maximum line length within a BDAT chunk before a forceful linebreak
|
||||||
## is introduced and a weird is raised. Conventionally, MIME messages
|
## is introduced and a weird is raised. Conventionally, MIME messages
|
||||||
## have a maximum line length of 1000 octest when properly encoded.
|
## have a maximum line length of 1000 octets when properly encoded.
|
||||||
const bdat_max_line_length = 4096 &redef;
|
const bdat_max_line_length = 4096 &redef;
|
||||||
|
|
||||||
module GLOBAL;
|
module GLOBAL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue