about summary refs log tree commit diff
path: root/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2016-02-09 11:52:39 -0500
committerCarlos E. Garcia <carlos@cgarcia.org>2016-02-09 11:52:39 -0500
commit02aa0aff2f0b42368dd871186510493fa60d785a (patch)
tree9876ab46cee5b267ffcfd926f94ff75fc7273d36 /src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs
parent6630a0819553898c3fc0d060cc72a94d62ae1330 (diff)
downloadrust-02aa0aff2f0b42368dd871186510493fa60d785a.tar.gz
rust-02aa0aff2f0b42368dd871186510493fa60d785a.zip
Minor spelling fixes
Diffstat (limited to 'src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs')
-rw-r--r--src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs b/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs
index 1362f8ac0ae..ec8db996600 100644
--- a/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs
+++ b/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // OIBIT-based version of #29859, supertrait version. Test that using
-// a simple OIBIT `..` impl alone still doesn't allow arbitary bounds
+// a simple OIBIT `..` impl alone still doesn't allow arbitrary bounds
 // to be synthesized.
 
 #![feature(optin_builtin_traits)]