summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KURL.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KURL.java')
-rw-r--r--kdejava/koala/org/kde/koala/KURL.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/koala/org/kde/koala/KURL.java b/kdejava/koala/org/kde/koala/KURL.java
index d8872e3a..e1abee7c 100644
--- a/kdejava/koala/org/kde/koala/KURL.java
+++ b/kdejava/koala/org/kde/koala/KURL.java
@@ -1285,7 +1285,7 @@ public class KURL implements QtSupport {
All String members get reset to <code>null</code>, the port to <code>0</code>
the URIMode to <code>Auto</code> and the URL becomes invalid.
This is like assigning a null URL, but more efficient as it doesn't
- retquire the temporary object.
+ require the temporary object.
Called by constructors, assignment operators and the parse methods in case
of a parsing error.
@short @brief Resets the members to their "null" state