Merge pull request #97399 from davidxia/comment-typo

Fix typo in comment
This commit is contained in:
Kubernetes Prow Robot 2021-05-01 04:57:59 -07:00 committed by GitHub
commit c5b900b69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1229,7 +1229,7 @@ rules:
resources: ["tokenreviews"]
omitStages:
- "RequestReceived"
# Get repsonses can be large; skip them.
# Get responses can be large; skip them.
- level: Request
verbs: ["get", "list", "watch"]
resources: ${known_apis}

View File

@ -470,7 +470,7 @@ rules:
resources: ["tokenreviews"]
omitStages:
- "RequestReceived"
# Get repsonses can be large; skip them.
# Get responses can be large; skip them.
- level: Request
verbs: ["get", "list", "watch"]
resources: ${known_apis}