]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
spelling correction Temp_AFPAffineTransform Temp_AFPAffineTransform
authorAdrian Cumiskey <acumiskey@apache.org>
Thu, 21 Feb 2008 11:08:33 +0000 (11:08 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Thu, 21 Feb 2008 11:08:33 +0000 (11:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPAffineTransform@629748 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/pdf/CTMHelper.java

index e2d29f76859300686ef46fb5fb3676e3636ab834..9a788c89f13b5ba528d935dd63822ec1fdf6028a 100644 (file)
@@ -64,7 +64,7 @@ public final class CTMHelper {
      * @param transform The matrix to convert.
      * @param convertMillipoints Indicates that the matrix needs to be converted from millipoints
      *                           to points.
-     * @return  a space seperated string containing the matrix elements.
+     * @return  a space separated string containing the matrix elements.
      */
     public static String toPDFString(AffineTransform transform, boolean convertMillipoints) {
         if (null == transform) {