From 88c6a4b05ca41d3900c7dded53b928e4aa9c7ab8 Mon Sep 17 00:00:00 2001 From: Thom Date: Thu, 14 Jun 2018 13:30:03 -0700 Subject: [PATCH] Fix typo nit accidentally missed in #743 (#744) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 918dbea1..39647641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: script: - cargo test --verbose --all # We can't pick individual features out with `cargo test --all` (At the time of this writing, this - # works but does the wrong thing because of a bug in cargo, but it's fix will be to disallow doing + # works but does the wrong thing because of a bug in cargo, but its fix will be to disallow doing # this all-together, see https://github.com/rust-lang/cargo/issues/5364 for more information). To # work around this, we run individual tests for each subcrate individually. - |