From 8e897b63e2f5130c5b21c21b221502e0cc08b1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Thu, 13 Jun 2013 16:39:12 +0200 Subject: [PATCH] Fixed typo introduced in commit e8ed4c1f67d801ec842c502e69806262714c6e70. --- matlab/parallel/masterParallel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/parallel/masterParallel.m b/matlab/parallel/masterParallel.m index 3e5cbf12c..1b64b5ba1 100644 --- a/matlab/parallel/masterParallel.m +++ b/matlab/parallel/masterParallel.m @@ -4,7 +4,7 @@ function [fOutVar,nBlockPerCPU, totCPU] = masterParallel(Parallel,fBlock,nBlock, % computing. % It is the top-level function called on the master computer when parallelizing a task. -% This function has two main computational strategiues for managing the matlab worker (slave process). +% This function has two main computational strategies for managing the matlab worker (slave process). % 0 Simple Close/Open Stategy: % In this case the new Matlab instances (slave process) are open when % necessary and then closed. This can happen many times during the