Skip to content

Commit d7d1ffa

Browse files
Fix typo
Co-authored-by: Fabrizio Pandini <[email protected]>
1 parent a69ab2e commit d7d1ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/addons/internal/controllers/clusterresourceset_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func computeHash(dataArr [][]byte) string {
198198
// normalizeData reads content of the resource (configmap or secret) and returns
199199
// them serialized with constant order. Secret's data is base64 decoded.
200200
// This is useful to achieve consistent data between runs, since the content
201-
// of the data field is a mapp and its order is non deterministic.
201+
// of the data field is a map and its order is non-deterministic.
202202
func normalizeData(resource *unstructured.Unstructured) ([][]byte, error) {
203203
// Since maps are not ordered, we need to order them to get the same hash at each reconcile.
204204
keys := make([]string, 0)

0 commit comments

Comments
 (0)