mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix minor typos in documentation of various scripts
This commit is contained in:
parent
2347be3092
commit
5745213326
18 changed files with 51 additions and 50 deletions
|
@ -18,12 +18,12 @@ export {
|
|||
client_minor_version: string &log &optional;
|
||||
## Major version of the server.
|
||||
server_major_version: string &log &optional;
|
||||
## Major version of the client.
|
||||
## Minor version of the server.
|
||||
server_minor_version: string &log &optional;
|
||||
|
||||
## Identifier of authentication method used.
|
||||
authentication_method: string &log &optional;
|
||||
## Whether or not authentication was succesful.
|
||||
## Whether or not authentication was successful.
|
||||
auth: bool &log &optional;
|
||||
|
||||
## Whether the client has an exclusive or a shared session.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue