From 47bb4af872dda289889fdd2fb57fe4b8f3096145 Mon Sep 17 00:00:00 2001 From: stop-cran Date: Mon, 3 Dec 2018 19:17:38 +0200 Subject: [PATCH] Comment fix. --- ZabbixSender.Async/SendData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }