diff --git a/content/2015-02-09-this-week-in-rust.md b/content/2015-02-09-this-week-in-rust.md index 7c855c00c..75c30f0bb 100644 --- a/content/2015-02-09-this-week-in-rust.md +++ b/content/2015-02-09-this-week-in-rust.md @@ -27,7 +27,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*! ## Breaking Changes * `std::path` [has been rewritten][path] to improve ergonomics and - better support platform-spcific features. The old path module still + better support platform-specific features. The old path module still exists as `std::old_path` and remains exported by the prelude (for now). [RFC][path-rfc]. * [`std::env`][env] has been added to the standard library as an