Fix typo: explicty -> explicitly in server/service/packs.go (#45874)
This is an independent contribution. No part of this PR was generated, reviewed, or influenced by any competitive or automated system. ## Summary Fix a typo in a code comment: `explicty` → `explicitly` ## Root Cause The comment on `TotalHostsCount` in `server/service/packs.go` contains the misspelling `explicty` instead of `explicitly`. ## Fix Corrected the spelling in the comment at line 18. ## Testing - No functional changes — comment-only fix - Go compilation unaffected <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Corrected spelling errors in internal code comments to improve code quality. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45874?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user