Skip to content

Commit e495537

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

File tree

1 file changed

+1
-1
lines changed
  • pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDICCBased.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public void setAlternateColorSpaces(List<PDColorSpace> list)
505505

506506
/**
507507
* Sets the range for this color space.
508-
* @param range the new range for the a component
508+
* @param range the new range for the component
509509
* @param n the component to set the range for
510510
*/
511511
public void setRangeForComponent(PDRange range, int n)

0 commit comments

Comments
 (0)