Skip to content

Commit 924e3c7

Browse files
committed
fix tiny typo
1 parent 43d81d8 commit 924e3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-apps/2255-pod-cost/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The pod-deletion-cost range will be from [-MaxInt, MaxInt]. The default value is
117117
Invalid values (like setting the annotation to string) will be rejected by the api-server
118118
with a BadRequest status code.
119119

120-
Having the default value in the middle of the range allows controllers to cutomize
120+
Having the default value in the middle of the range allows controllers to customize
121121
the semantics of the cost of deleting pods that don't have the annotation set:
122122
controllers can use positive pod-deletion-cost values if they always want uninitialized
123123
pods to be deleted first, or use negative pod-deletion-cost values if they want

0 commit comments

Comments
 (0)