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 -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](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:
arya rizky
2026-05-25 15:12:52 +02:00
committed by GitHub
parent 0d48b950b7
commit e17eafd7d1
+1 -1
View File
@@ -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"`