summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KConfig.java')
-rw-r--r--kdejava/koala/org/kde/koala/KConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/koala/org/kde/koala/KConfig.java b/kdejava/koala/org/kde/koala/KConfig.java
index 38b471c0..cbfd8e82 100644
--- a/kdejava/koala/org/kde/koala/KConfig.java
+++ b/kdejava/koala/org/kde/koala/KConfig.java
@@ -165,7 +165,7 @@ public class KConfig extends KConfigBase {
Returns a lock file object for the configuration file or 0 if
the backend does not support locking.
@param bGlobal if true, return the lock file for the global config file
- NOTE: KConfig.sync() retquires a lock on both the normal and global
+ NOTE: KConfig.sync() requires a lock on both the normal and global
config file. When calling KConfig.sync() while having a lock on the
global config file, the normal config file MUST be locked AS WELL and the
normal config file MUST be locked BEFORE the global config file!