From bd112a585354ddac065113ef402c7e3cfc1ebe3e Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 28 Mar 2012 13:05:59 -0700 Subject: [PATCH] Fix typo in release notes. --- RELEASES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.txt b/RELEASES.txt index 689ba10ebc7f..ec8d3ef6c0db 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