src/javax/xml/namespace/QName.java

Print this page

        

@@ -81,11 +81,11 @@
      * serialVersionUID values even though its serialization was the
      * same.</p>
      *
      * <p>To workaround this issue, serialVersionUID is set with either
      * a default value or a compatibility value.  To use the
-     * compatiblity value, set the system property:</p>
+     * compatibility value, set the system property:</p>
      *
      * <code>com.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0</code>
      *
      * <p>This workaround was inspired by classes in the javax.management
      * package, e.g. ObjectName, etc.