diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 02:47:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 02:47:14 -0600 |
commit | 9d30851e534f844e5b472c8c2f0bb69ad17fb040 (patch) | |
tree | 82230d542a11ee79b87b7b8abba0034ecca31b37 /sip/khtml | |
parent | 9c168cb5e52eacf738adc12b6f20b16cc7dae946 (diff) | |
download | pytde-9d30851e534f844e5b472c8c2f0bb69ad17fb040.tar.gz pytde-9d30851e534f844e5b472c8c2f0bb69ad17fb040.zip |
Fix accidental conversions
Diffstat (limited to 'sip/khtml')
-rw-r--r-- | sip/khtml/dom_exception.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/khtml/dom_exception.sip b/sip/khtml/dom_exception.sip index 8245b75..6a446a8 100644 --- a/sip/khtml/dom_exception.sip +++ b/sip/khtml/dom_exception.sip @@ -41,7 +41,7 @@ public: { INDEX_SIZE_ERR, DOMSTRING_SIZE_ERR, - HIERARCHY_RETQUEST_ERR, + HIERARCHY_REQUEST_ERR, WRONG_DOCUMENT_ERR, INVALID_CHARACTER_ERR, NO_DATA_ALLOWED_ERR, |