diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/Range.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/Range.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/Range.java b/kdejava/koala/org/kde/koala/Range.java index 54c63096..f9add647 100644 --- a/kdejava/koala/org/kde/koala/Range.java +++ b/kdejava/koala/org/kde/koala/Range.java @@ -225,11 +225,11 @@ public class Range implements QtSupport { public native DocumentFragment createContextualFragment(String html); /** Called to indicate that the range is no longer in use and that - the implementation may relintquish any resources associated with + the implementation may relinquish any resources associated with this range. Subsequent calls to any methods or attribute getters on this range will result in a DOMException being thrown with an error code of INVALID_STATE_ERR. - @short Called to indicate that the range is no longer in use and that the implementation may relintquish any resources associated with this range. + @short Called to indicate that the range is no longer in use and that the implementation may relinquish any resources associated with this range. */ public native void detach(); /** |