Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2019-09-20 15:46:36 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2019-09-25 14:08:59 +0300
commit80dc39b3093caf84d25f5198e4935bccb4e1a022 (patch)
tree4f1c17eaf6ddcdaec74d18dda55271baeeee309d /misc
parent586bc348b0c0c0602489ec4bd5e465edf6cb8397 (diff)
.......... [ZBX-16481] Spelling issues in the code for master
Diffstat (limited to 'misc')
-rw-r--r--misc/snmptrap/zabbix_trap_receiver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/snmptrap/zabbix_trap_receiver.pl b/misc/snmptrap/zabbix_trap_receiver.pl
index 6baf55b62aa..9b9ebd4ba2a 100644
--- a/misc/snmptrap/zabbix_trap_receiver.pl
+++ b/misc/snmptrap/zabbix_trap_receiver.pl
@@ -78,7 +78,7 @@ sub zabbix_receiver
}
# print trap header
- # timestamp must be placed at the beggining of the first line (can be omitted)
+ # timestamp must be placed at the beginning of the first line (can be omitted)
# the first line must include the header "ZBXTRAP [IP/DNS address] "
# * IP/DNS address is the used to find the corresponding SNMP trap items
# * this header will be cut during processing (will not appear in the item value)