git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPAffineTransform@629748
13f79535-47bb-0310-9956-
ffa450edef68
* @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) {