diff --git a/ZabbixSender.Async/SendData.cs b/ZabbixSender.Async/SendData.cs index 01fcdcd..8a6a3c4 100644 --- a/ZabbixSender.Async/SendData.cs +++ b/ZabbixSender.Async/SendData.cs @@ -14,7 +14,7 @@ public class SendData /// /// A key of the item to send. - /// Should belong to the specified host and have "Zabbix sender" type. + /// Should belong to the specified host and have "Zabbix trapper" type. /// public string Key { get; set; }