summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/ConfigNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/ConfigNode.java')
-rw-r--r--wizards/com/sun/star/wizards/common/ConfigNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/ConfigNode.java b/wizards/com/sun/star/wizards/common/ConfigNode.java
index 8e0521d8a3cb..7bb08aa89741 100644
--- a/wizards/com/sun/star/wizards/common/ConfigNode.java
+++ b/wizards/com/sun/star/wizards/common/ConfigNode.java
@@ -19,7 +19,7 @@ package com.sun.star.wizards.common;
/**
* This Interface specifies a method of an object which is
- * capable of reading adn writing its data out of the
+ * capable of reading and writing its data out of the
* OO Configuration. <br/>
* There are 2 direct implementations: ConfigGroup and ConfigSet.
* The root is the first Java Object in the configuration hirarchie.