From e162ff0e1e240d09c8d08460f02caae2817d5219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Wed, 13 Mar 2013 18:28:28 -0500 Subject: [PATCH] Minor typo c/concurancy/concurrency/ --- source/release-notes/2.4.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/2.4.txt b/source/release-notes/2.4.txt index 1b71fdeed5a..3bacb0280f8 100644 --- a/source/release-notes/2.4.txt +++ b/source/release-notes/2.4.txt @@ -968,7 +968,7 @@ MongoDB binary uses. The primary impacts of the change from the previous JavaScript engine, SpiderMonkey, to V8 are: -- improved concurancy for JavaScript operations, +- improved concurrency for JavaScript operations, - modernized JavaScript implementation, and - removed non-standard SpiderMonkey features.