From d55c0a5456a9ef5b0682dd3474ade16948f5e5a9 Mon Sep 17 00:00:00 2001 From: mac Date: Mon, 20 Mar 2000 17:32:42 +0000 Subject: [PATCH] Just changed a typo in the documentation --- eo/src/eoAtomMutation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoAtomMutation.h b/eo/src/eoAtomMutation.h index 977f6b50..7d86d521 100644 --- a/eo/src/eoAtomMutation.h +++ b/eo/src/eoAtomMutation.h @@ -35,7 +35,7 @@ /** Atomic mutation of an EO. Acts on containers, and applies a mutation operator to each element of the container with some probability. EOT must - be a container of any tipe + be a container of any type */ template class eoAtomMutation: public eoMonOp {