From 64555321ce24d67e3c3e346db4082be0b6e69748 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Wed, 18 Nov 2015 11:35:29 +0100 Subject: [PATCH] Fix typo in libcore documentation --- src/libcore/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 961acb7a835e..c97f8e529a2a 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -17,7 +17,7 @@ //! upstream libraries, no system libraries, and no libc. //! //! [^free]: Strictly speaking, there are some symbols which are needed but -//! they aren't always neccesary. +//! they aren't always necessary. //! //! The core library is *minimal*: it isn't even aware of heap allocation, //! nor does it provide concurrency or I/O. These things require