From 203f3f21120cc3dd33cd5eeed0635519f0f1a40e Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Fri, 19 Oct 2007 14:32:39 +0000 Subject: [PATCH] Corrected typo: explicitely -> explicitly git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@586480 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/fop/layoutmgr/table/RowGroupLayoutManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/fop/layoutmgr/table/RowGroupLayoutManager.java b/src/java/org/apache/fop/layoutmgr/table/RowGroupLayoutManager.java index 235580b54..c11c2b3ac 100644 --- a/src/java/org/apache/fop/layoutmgr/table/RowGroupLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/table/RowGroupLayoutManager.java @@ -258,7 +258,7 @@ class RowGroupLayoutManager { pgus.clear(); TableRow tableRow = null; // The row's minimum content height; 0 if the row's height is auto, otherwise - // the .minimum component of the explicitely specified value + // the .minimum component of the explicitly specified value int minContentHeight = 0; int maxCellHeight = 0; int effRowContentHeight = 0; -- 2.39.5