From d74ccaa50a840f511b753bf1dd509105268cda54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sun, 9 Aug 2015 12:56:28 +0200 Subject: [PATCH] doc: II.4.1 fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- doc/mp.xmlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mp.xmlf b/doc/mp.xmlf index 15b14adb8..43e56f002 100644 --- a/doc/mp.xmlf +++ b/doc/mp.xmlf @@ -12,7 +12,7 @@ On most platforms, &ECL; supports native multithreading. That means there can be several tasks executing lisp code on parallel and sharing - memory, variables and files. The interface for multitasting in &ECL;, like + memory, variables and files. The interface for multitasking in &ECL;, like those of most other implementations, is based on a set of functions and types that resemble the multiprocessing capabilities of old Lisp Machines.