about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-03-28 13:05:59 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-03-28 13:52:47 -0700
commitbd112a585354ddac065113ef402c7e3cfc1ebe3e (patch)
treecfca8beeba10344828a16de4b2166ce299a302c7
parentd0ddc69298c41df04b0488d91d521eb531d79177 (diff)
downloadrust-bd112a585354ddac065113ef402c7e3cfc1ebe3e.tar.gz
rust-bd112a585354ddac065113ef402c7e3cfc1ebe3e.zip
Fix typo in release notes.
-rw-r--r--RELEASES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.txt b/RELEASES.txt
index 689ba10ebc7..ec8d3ef6c0d 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -12,7 +12,7 @@ Version 0.2  (March 2012)
       * Functions now inlined across separate crates
 
    * Scheduling, stack and threading fixes
-      * Noticably improved message-passing performance
+      * Noticeably improved message-passing performance
       * Explicit schedulers
       * Callbacks from C
       * Helgrind clean