summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/AuthInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/AuthInfo.java')
-rw-r--r--kdejava/koala/org/kde/koala/AuthInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/koala/org/kde/koala/AuthInfo.java b/kdejava/koala/org/kde/koala/AuthInfo.java
index 75d3b217..56b786da 100644
--- a/kdejava/koala/org/kde/koala/AuthInfo.java
+++ b/kdejava/koala/org/kde/koala/AuthInfo.java
@@ -11,7 +11,7 @@ import org.kde.qt.QtSupport;
When using this class to cache, retrieve or prompt authentication
information, you only need to set the necessary attributes. For
example, to check whether a password is already cached, the only
- retquired information is the URL of the resource and optionally
+ required information is the URL of the resource and optionally
whether or not a path match should be performed. Similarly, to
prompt for password you only need to optionally set the prompt,
username (if already supplied), comment and commentLabel fields.