Skip to content

Commit

Permalink
Fix typos in doc (#13583)
Browse files Browse the repository at this point in the history
Signed-off-by: Thabokani <149070269+Thabokani@users.noreply.github.com>
Co-authored-by: Nishant Das <nishdas93@gmail.com>
  • Loading branch information
Thabokani and nisdas committed Feb 6, 2024
1 parent 6fa656c commit 692ebd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitoring/clientstats/scrapers.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func scrapeProm(url string, tripper http.RoundTripper) (map[string]*dto.MetricFa
for {
select {
case fam, chanOpen := <-mfChan:
// FetchMetricFamiles will close the channel when done
// FetchMetricFamilies will close the channel when done
// at which point we want to stop the goroutine
if fam == nil && !chanOpen {
return result, nil
Expand Down
2 changes: 1 addition & 1 deletion tools/unencrypted-keys-gen/keygen/keygen.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
log "github.com/sirupsen/logrus"
)

// UnencryptedKeysContainer defines the structure of the unecrypted key JSON file.
// UnencryptedKeysContainer defines the structure of the unencrypted key JSON file.
type UnencryptedKeysContainer struct {
Keys []*UnencryptedKeys `json:"keys"`
}
Expand Down

0 comments on commit 692ebd3

Please sign in to comment.