tools: fix typos (#19546)

This commit is contained in:
Turiiya 2023-10-11 02:16:59 +02:00 committed by GitHub
parent 491b5f7614
commit 2332c17bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 38 additions and 38 deletions

View file

@ -723,7 +723,7 @@ pub fn setup_new_vtmp_folder() string {
pub struct TestDetails {
pub mut:
retry int
flaky bool // when flaky tests fail, the whole run is still considered successfull, unless VTEST_FAIL_FLAKY is 1
flaky bool // when flaky tests fail, the whole run is still considered successful, unless VTEST_FAIL_FLAKY is 1
}
pub fn get_test_details(file string) TestDetails {