From 778529b13e8196e6f719a899f329e6bda41f9a55 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 15 Jul 2014 20:08:37 +0200 Subject: obsolete.rs: fix typo in message --- src/libsyntax/parse/obsolete.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/obsolete.rs b/src/libsyntax/parse/obsolete.rs index cadae7ef12f..ba401d313d8 100644 --- a/src/libsyntax/parse/obsolete.rs +++ b/src/libsyntax/parse/obsolete.rs @@ -76,7 +76,7 @@ impl<'a> ParserObsoleteMethods for parser::Parser<'a> { ), ObsoleteManagedExpr => ( "`@` notation for a managed pointer allocation", - "use the `box(GC)` oeprator instead of `@`" + "use the `box(GC)` operator instead of `@`" ), }; -- cgit 1.4.1-3-g733a5