From 496071849a5acac7092266d86da5383ae2d628b7 Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Wed, 18 Sep 2002 05:20:29 +0000 Subject: [PATCH] Type fixed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195213 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/datastructs/ROIntArray.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/fop/datastructs/ROIntArray.java b/src/org/apache/fop/datastructs/ROIntArray.java index 30fcb9037..a47bf2df7 100644 --- a/src/org/apache/fop/datastructs/ROIntArray.java +++ b/src/org/apache/fop/datastructs/ROIntArray.java @@ -24,7 +24,7 @@ public class ROIntArray { /** * Initialise with single integer array. N.B. the ROIntArray is a * reference to the initialising array. Any subsequent changes to the - * contents of the iniitialising array will be reflected in the + * contents of the initialising array will be reflected in the * ROIntArray. * @param iarray an int[] */ -- 2.39.5