diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:41:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:54 +0200 |
commit | b8239ac2f96a2e9fde3c51148f8ed7c38b019cb5 (patch) | |
tree | 40948a4fe95ff444778fdff8db5bd7c12cc79a9b /wizards | |
parent | 8d202fa72f024529092b24197f9b5d28d4c1f6d1 (diff) |
typo: noone -> no one
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/common/NumericalHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/NumericalHelper.java b/wizards/com/sun/star/wizards/common/NumericalHelper.java index 3655315cb88d..4653099a7721 100644 --- a/wizards/com/sun/star/wizards/common/NumericalHelper.java +++ b/wizards/com/sun/star/wizards/common/NumericalHelper.java @@ -56,7 +56,7 @@ public class NumericalHelper */ private NumericalHelper() { - // private c'tor, so noone can instantiate + // private c'tor, so no one can instantiate } /** |