aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
authorMaximilian Berger <maxberger@apache.org>2008-08-22 18:08:36 +0000
committerMaximilian Berger <maxberger@apache.org>2008-08-22 18:08:36 +0000
commit2eae80d5ff182cf318b1288bef3b6006a0b52a72 (patch)
tree6400e9f5492c4e4ab1841ae77945e65b0abf4671 /src/java
parenta73edf08461bdc112fa5a21d328f54591343bc7a (diff)
downloadxmlgraphics-fop-2eae80d5ff182cf318b1288bef3b6006a0b52a72.tar.gz
xmlgraphics-fop-2eae80d5ff182cf318b1288bef3b6006a0b52a72.zip
minor spelling mistakes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java')
-rw-r--r--src/java/org/apache/fop/svg/PDFGraphics2D.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/svg/PDFGraphics2D.java b/src/java/org/apache/fop/svg/PDFGraphics2D.java
index ca2245a12..cd0a4133b 100644
--- a/src/java/org/apache/fop/svg/PDFGraphics2D.java
+++ b/src/java/org/apache/fop/svg/PDFGraphics2D.java
@@ -285,7 +285,7 @@ public class PDFGraphics2D extends AbstractGraphics2D {
/**
* Get the string containing all the commands written into this
- * Grpahics.
+ * Graphics.
* @return the string containing the PDF markup
*/
public String getString() {
@@ -294,7 +294,7 @@ public class PDFGraphics2D extends AbstractGraphics2D {
/**
* Get the string buffer from the currentStream, containing all
- * the commands written into this Grpahics so far.
+ * the commands written into this Graphics so far.
* @return the StringBuffer containing the PDF markup
*/
public StringBuffer getBuffer() {
@@ -872,7 +872,7 @@ public class PDFGraphics2D extends AbstractGraphics2D {
if (paint instanceof RadialGradientPaint) {
RadialGradientPaint rgp = (RadialGradientPaint)paint;
- // There is essentially no way to support repeate
+ // There is essentially no way to support repeats
// in PDF for radial gradients (the one option would
// be to 'grow' the outer circle until it fully covered
// the bounds and then grow the stops accordingly, the