misc improvements

This commit is contained in:
Anton-4 2024-09-03 18:17:00 +02:00
parent ec8f6e8a0a
commit 251e1ed070
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
4 changed files with 27 additions and 31 deletions

View file

@ -253,7 +253,7 @@ impl Run {
self
}
pub fn with_valigrind(mut self, use_valgrind: bool) -> Self {
pub fn with_valgrind(mut self, use_valgrind: bool) -> Self {
self.run_with_valgrind = use_valgrind;
self
}