Skip to content

Commit d3f72c3

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #284
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929047 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4d55c3a commit d3f72c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ public Vector transform(Vector vector)
381381
* 0 y 0
382382
* 0 0 1
383383
*
384-
* @param x The xscale operator.
385-
* @param y The yscale operator.
384+
* @param x The x-scale operator.
385+
* @param y The y-scale operator.
386386
* @return A new matrix with just the x/y scaling
387387
*/
388388
public static Matrix getScaleInstance(float x, float y)
@@ -518,7 +518,7 @@ public float getShearY()
518518
/**
519519
* Returns the x-shear element of this matrix.
520520
*
521-
* @return the x-sheard element of the matrix
521+
* @return the x-shear element of the matrix
522522
*/
523523
public float getShearX()
524524
{

0 commit comments

Comments
 (0)