mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
spelling: repetitions
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
53394bca0c
commit
186fe346ad
4 changed files with 7 additions and 4 deletions
|
@ -87,7 +87,7 @@ function print_snmp_bulk_pdu(pdu: SNMP::BulkPDU)
|
|||
{
|
||||
print fmt(" request_id: %s", pdu$request_id);
|
||||
print fmt(" non_repeaters: %s", pdu$non_repeaters);
|
||||
print fmt(" max_repititions: %s", pdu$max_repititions);
|
||||
print fmt(" max_repetitions: %s", pdu$max_repetitions);
|
||||
print_snmp_bindings(pdu$bindings);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue