From 39b26e4466182cad1411c256719ad9b903eb6d79 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 09:50:02 +0200 Subject: typo: ommit -> omit --- wizards/com/sun/star/wizards/common/Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/common/Configuration.java b/wizards/com/sun/star/wizards/common/Configuration.java index d35034ea7aff..817552ba759f 100644 --- a/wizards/com/sun/star/wizards/common/Configuration.java +++ b/wizards/com/sun/star/wizards/common/Configuration.java @@ -36,7 +36,7 @@ import com.sun.star.util.XChangesBatch; * name of the property, parent is a HierarchyElement (::com::sun::star::configuration::HierarchyElement)
* The get and set methods support hieryrchical property names like "options/gridX".
* NOTE: not yet supported, but sometime later, - * If you will ommit the "parent" parameter, then the "name" parameter must be in hierarchy form from + * If you will omit the "parent" parameter, then the "name" parameter must be in hierarchy form from * the root of the registry. */ public abstract class Configuration -- cgit