From 4360c62ee4bd828aeb5a9c1ec987a7e8e61741a4 Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Fri, 21 Jun 2019 14:44:25 +0200 Subject: [PATCH] Typo in travis comment Co-Authored-By: Thomas Guillemard --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29e80f480..dfd53adec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: script: # On windows, we want to make sure the PATH is minimal. In particular, we only -# want windows built-in stuff and cargo. Note taht `test`/`[` is a bash +# want windows built-in stuff and cargo. Note that `test`/`[` is a bash # built-in, so despite not being present anymore, it should still work (fingers # crossed). # Link.exe (the only other dependency) is not in the PATH anyways, so it should