summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-10-08 19:15:25 -0400
committersoftprops <d.tangren@gmail.com>2018-10-08 19:15:25 -0400
commitfdcaa142a9645d089762280948d42917d6dcea94 (patch)
tree29381a1b34d9af4aca91e785be56a0b4ff1fb141
parent7859295cea87bb1bd12969066b99137185382314 (diff)
typo in travis comment
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d8c363..bb01a68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ matrix:
- rust: nightly
install: |
- # should only be nessessary until rustfmt produces consistent results in stable/nightly
+ # should only be necessary until rustfmt produces consistent results in stable/nightly
rustup toolchain install nightly
rustup component add rustfmt-preview --toolchain nightly