diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:50:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:13 +0200 |
commit | 39b26e4466182cad1411c256719ad9b903eb6d79 (patch) | |
tree | 8bf3a9b0f2e3c8e87a8470052a52d8188b0c2980 /wizards/com/sun | |
parent | 7328e577e297924ba9cdfc2498f84b1d17d603d4 (diff) |
typo: ommit -> omit
Diffstat (limited to 'wizards/com/sun')
-rw-r--r-- | wizards/com/sun/star/wizards/common/Configuration.java | 2 |
1 files changed, 1 insertions, 1 deletions
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)<br/> * The get and set methods support hieryrchical property names like "options/gridX". <br/> * 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 |