From 02aa0aff2f0b42368dd871186510493fa60d785a Mon Sep 17 00:00:00 2001 From: "Carlos E. Garcia" Date: Tue, 9 Feb 2016 11:52:39 -0500 Subject: Minor spelling fixes --- src/libstd/panic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/panic.rs') diff --git a/src/libstd/panic.rs b/src/libstd/panic.rs index 3677bd27b16..83df54f1830 100644 --- a/src/libstd/panic.rs +++ b/src/libstd/panic.rs @@ -84,7 +84,7 @@ pub use panicking::{take_handler, set_handler, PanicInfo, Location}; /// recover safe. The general idea is that any mutable state which can be shared /// across `recover` is not recover safe by default. This is because it is very /// easy to witness a broken invariant outside of `recover` as the data is -/// simply accesed as usual. +/// simply accessed as usual. /// /// Types like `&Mutex`, however, are recover safe because they implement /// poisoning by default. They still allow witnessing a broken invariant, but -- cgit 1.4.1-3-g733a5