summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:00:20 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:00:20 -0500
commitfb4b5d2a5588b69291656872f912eb022b7a03a2 (patch)
tree14904a5729905ba598f37f7273fb4a62004d3024 /kdejava/koala/org/kde/koala/HTMLQuoteElement.java
parent8aa20fb7fcfdfa8f57f1e76fb1bba346b65a1eb7 (diff)
downloadtdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.tar.gz
tdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.zip
Fix inadvertent renaming and typos.
Diffstat (limited to 'kdejava/koala/org/kde/koala/HTMLQuoteElement.java')
-rw-r--r--kdejava/koala/org/kde/koala/HTMLQuoteElement.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/koala/org/kde/koala/HTMLQuoteElement.java b/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
index 202c0aa3..3ea8ef0f 100644
--- a/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
+++ b/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
@@ -12,7 +12,7 @@ import org.kde.qt.QtSupport;
element definition </a> in HTML 4.0.
Note: The DOM is not quite consistent here. They also define the
HTMLBlockQuoteElement interface, to represent the <code>BLOCKTQUOTE</code>
- element. To resolve ambitquities, we use this one for the <code>Q</code>
+ element. To resolve ambiquities, we use this one for the <code>Q</code>
element only.
@short For the <code>Q</code> and <code>BLOCKTQUOTE</code> elements.