Skip to content

Commit 5ca4b4c

Browse files
authored
Merge pull request #3 from creo-verus/fix/typo
just a typo
2 parents e58bb56 + 491db42 commit 5ca4b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wait/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn wait(sleep: &sleeper::Sleeper, config: &Config, on_timeout : &mut FnMut()
3232
}
3333
sleep.sleep(1);
3434
}
35-
println!("Host {} is now availabile", host);
35+
println!("Host {} is now available", host);
3636
}
3737
}
3838

0 commit comments

Comments
 (0)