From e0e9772301eea2134d44b1cc92a0fef98099c487 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 29 Oct 2017 23:49:02 +1300 Subject: [PATCH] Trivial typo s/parma/param --- src/org/apache/xerces/validators/dtd/SimpleContentModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/xerces/validators/dtd/SimpleContentModel.java b/src/org/apache/xerces/validators/dtd/SimpleContentModel.java index f55c526acc..3ba443e7ce 100644 --- a/src/org/apache/xerces/validators/dtd/SimpleContentModel.java +++ b/src/org/apache/xerces/validators/dtd/SimpleContentModel.java @@ -92,7 +92,7 @@ public class SimpleContentModel implements XMLContentModel * Constructs a simple content model. * * @param firstChildIndex The first child index - * @parma secondChildIndex The second child index. + * @param secondChildIndex The second child index. * @param cmOp The content model operator. * * @see XMLContentSpecNode