Skip to content

Commit 48d6d55

Browse files
authored
Merge pull request kubernetes#127121 from mayooot/fix/typo-resources-
fix(typo): correct 'reources' to 'resources'
2 parents e35ad25 + 9bd3826 commit 48d6d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/apiserver/apply/reset_fields_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const resetFieldsStatusDefault = `{"status": {"conditions": [{"type": "MyStatus"
7575

7676
var resetFieldsSkippedResources = map[string]struct{}{}
7777

78-
// noConflicts is the set of reources for which
78+
// noConflicts is the set of resources for which
7979
// a conflict cannot occur.
8080
var noConflicts = map[string]struct{}{
8181
// both spec and status get wiped for CSRs,

0 commit comments

Comments
 (0)