Skip to content

Commit

Permalink
Run github.com/client9/misspell (#4123)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore (via Sockpuppet) <[email protected]>
  • Loading branch information
mattmoor authored Sep 29, 2020
1 parent f5b94d4 commit 74b9bed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/core/deployments/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ spec:
value: "8443"
# SINK_BINDING_SELECTION_MODE specifies the NamespaceSelector and ObjectSelector
# for the sinkbinding webhook.
# If `inclusion` is selected, namespaces/objects labled as `bindings.knative.dev/include:true`
# If `inclusion` is selected, namespaces/objects labelled as `bindings.knative.dev/include:true`
# will be considered by the sinkbinding webhook;
# If `exclusion` is selected, namespaces/objects labled as `bindings.knative.dev/exclude:true`
# If `exclusion` is selected, namespaces/objects labelled as `bindings.knative.dev/exclude:true`
# will NOT be considered by the sinkbinding webhook.
# The default is `exclusion`.
- name: SINK_BINDING_SELECTION_MODE
Expand Down
2 changes: 1 addition & 1 deletion docs/decisions/broker-trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ Accepted decisions (2+ votes)
- Future user stories could change this and motivate a particular
implementation.

[UX Proposals Comparision](https://docs.google.com/document/d/1fRpM4u4mP2fGUBmScKQ9_e77rKz_7xh_Thwxp8QXhUA/edit#)
[UX Proposals Comparison](https://docs.google.com/document/d/1fRpM4u4mP2fGUBmScKQ9_e77rKz_7xh_Thwxp8QXhUA/edit#)
(includes background and discussion)
2 changes: 1 addition & 1 deletion docs/planning/bug_triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ process.
triaged weekly (this could be modified based on incoming bugs rate), and upon
triage will be assigned a priority or closed.
- During each release/sprint planning, all priority/important-soon and some of
priority/important-longterm bugs need to be accounted while commiting to new
priority/important-longterm bugs need to be accounted while committing to new
features and improvements. These will be marked with approapriate release
along with the planned features.
- Bugs marked with current release always take priority over feature work in a
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function wait_for_file() {
waits=300
timeout=$waits

echo "Waiting for existance of file: ${file}"
echo "Waiting for existence of file: ${file}"

while [ ! -f "${file}" ]; do
# When the timeout is equal to zero, show an error and leave the loop.
Expand Down

0 comments on commit 74b9bed

Please sign in to comment.