Index: trunk/src/com/kitfox/svg/SVGCache.java
===================================================================
--- trunk/src/com/kitfox/svg/SVGCache.java	(revision 16643)
+++ trunk/src/com/kitfox/svg/SVGCache.java	(revision 17333)
@@ -38,5 +38,5 @@
 
 /**
- * A convienience singleton for allowing all classes to access a common SVG universe.
+ * A convenient singleton for allowing all classes to access a common SVG universe.
  *
  * @author kitfox
Index: trunk/src/com/kitfox/svg/SVGElement.java
===================================================================
--- trunk/src/com/kitfox/svg/SVGElement.java	(revision 16643)
+++ trunk/src/com/kitfox/svg/SVGElement.java	(revision 17333)
@@ -88,5 +88,5 @@
     protected String cssClass = null;
     /**
-     * Styles defined for this elemnt via the <b>style</b> attribute.
+     * Styles defined for this element via the <b>style</b> attribute.
      */
     private Map<String, String> inlineStyles = Collections.emptyMap();
@@ -115,5 +115,5 @@
      * This element may override the URI we resolve against with an xml:base
      * attribute. If so, a copy is placed here. Otherwise, we defer to our
-     * parent for the reolution base
+     * parent for the resolution base
      */
     protected URI xmlBase = null;
Index: trunk/src/com/kitfox/svg/pathcmd/Arc.java
===================================================================
--- trunk/src/com/kitfox/svg/pathcmd/Arc.java	(revision 16643)
+++ trunk/src/com/kitfox/svg/pathcmd/Arc.java	(revision 17333)
@@ -43,5 +43,5 @@
 /**
  * This is a little used SVG function, as most editors will save curves as 
- * Beziers.  To reduce the need to rely on the Batik library, this functionallity
+ * Beziers.  To reduce the need to rely on the Batik library, this functionality
  * is being bypassed for the time being.  In the future, it would be nice to
  * extend the GeneralPath command to include the arcTo ability provided by Batik.
Index: trunk/src/com/kitfox/svg/xml/StyleAttribute.java
===================================================================
--- trunk/src/com/kitfox/svg/xml/StyleAttribute.java	(revision 16643)
+++ trunk/src/com/kitfox/svg/xml/StyleAttribute.java	(revision 17333)
@@ -55,10 +55,10 @@
     static final Pattern patternUrl = Pattern.compile("\\s*url\\((.*)\\)\\s*");
     static final Matcher matchFpNumUnits = Pattern.compile("\\s*([-+]?((\\d*\\.\\d+)|(\\d+))([-+]?[eE]\\d+)?)\\s*(px|cm|mm|in|pc|pt|em|ex)\\s*").matcher("");
-    
+
     String name;
     String stringValue;
 
-    boolean colorCompatable = false;
-    boolean urlCompatable = false;
+    boolean colorCompatible = false;
+    boolean urlCompatible = false;
 
     /** Creates a new instance of StyleAttribute */
@@ -67,6 +67,6 @@
         this(null, null);
     }
-    
-    public StyleAttribute(String name) 
+
+    public StyleAttribute(String name)
     {
         this(name, null);
@@ -239,7 +239,7 @@
         return getURIValue(null);
     }
-    
+
     /**
-     * Parse this sytle attribute as a URL and return it in URI form resolved
+     * Parse this style attribute as a URL and return it in URI form resolved
      * against the passed base.
      *
Index: trunk/src/com/kitfox/svg/xml/XMLParseUtil.java
===================================================================
--- trunk/src/com/kitfox/svg/xml/XMLParseUtil.java	(revision 16643)
+++ trunk/src/com/kitfox/svg/xml/XMLParseUtil.java	(revision 17333)
@@ -168,6 +168,6 @@
      * Scans an input string for double values.  For each value found, places
      * in a list.  This method regards any characters not part of a floating
-     * point value to be seperators.  Thus this will parse whitespace seperated,
-     * comma seperated, and many other separation schemes correctly.
+     * point value to be separators.  Thus this will parse whitespace separated,
+     * comma separated, and many other separation schemes correctly.
      */
     public synchronized static double[] parseDoubleList(String list)
