diff --git a/server/service/packs.go b/server/service/packs.go index 0400ec3269..6b2f9584de 100644 --- a/server/service/packs.go +++ b/server/service/packs.go @@ -15,7 +15,7 @@ type packResponse struct { fleet.Pack QueryCount uint `json:"query_count" renameto:"report_count"` - // All current hosts in the pack. Hosts which are selected explicty and + // All current hosts in the pack. Hosts which are selected explicitly and // hosts which are part of a label. TotalHostsCount uint `json:"total_hosts_count"`