From: Adrian Cumiskey Date: Wed, 5 Dec 2007 17:12:54 +0000 (+0000) Subject: Corrected javadoc X-Git-Tag: fop-0_95beta~252 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4f9bc5ba23c5745626dd2798bf7db12e3b7b582a;p=xmlgraphics-fop.git Corrected javadoc git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/svg/PDFGraphicsDevice.java b/src/java/org/apache/fop/svg/PDFGraphicsDevice.java index 360a725b7..763bc7bb4 100644 --- a/src/java/org/apache/fop/svg/PDFGraphicsDevice.java +++ b/src/java/org/apache/fop/svg/PDFGraphicsDevice.java @@ -68,7 +68,7 @@ class PDFGraphicsDevice extends GraphicsDevice { /** * Return out sole GraphicsConfig. * - * @return the grpahics configuration that created this object + * @return the graphics configuration that created this object */ public GraphicsConfiguration getDefaultConfiguration() { return gc;