spelling: whether

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-02-24 01:48:18 -05:00 committed by poiana
parent aadb76f2e9
commit 2f2c5c4a9b
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ There will be no intention to cover Falco rule syntax in this proposal.
### Use cases
When new PRs are created in the area of rules, reviewers need to examine whether there are new rules, macros or lists are introduced. If yes, check wether follow the naming convention.
When new PRs are created in the area of rules, reviewers need to examine whether there are new rules, macros or lists are introduced. If yes, check whether follow the naming convention.
### Diagrams

View File

@ -487,7 +487,7 @@ int falco_init(int argc, char **argv)
}
}
// Decide wether to do sync or async for CRI metadata fetch
// Decide whether to do sync or async for CRI metadata fetch
inspector->set_cri_async(!app.options().disable_cri_async);
//