summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/svg/SVGElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/svg/SVGElement.java')
-rw-r--r--src/main/java/com/kitfox/svg/SVGElement.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/kitfox/svg/SVGElement.java b/src/main/java/com/kitfox/svg/SVGElement.java
index 2ec7ae3..e1bdb31 100644
--- a/src/main/java/com/kitfox/svg/SVGElement.java
+++ b/src/main/java/com/kitfox/svg/SVGElement.java
@@ -547,7 +547,7 @@ abstract public class SVGElement implements Serializable
* @param attrib - Attribute to write style data to. Must have it's name
* set to the name of the style being queried.
* @param recursive - If true and this object does not contain the
- * named style attribute, checks attributes of parents abck to root until
+ * named style attribute, checks attributes of parents back to root until
* one found.
*/
public boolean getStyle(StyleAttribute attrib, boolean recursive) throws SVGException