summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:41:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:54 +0200
commitb8239ac2f96a2e9fde3c51148f8ed7c38b019cb5 (patch)
tree40948a4fe95ff444778fdff8db5bd7c12cc79a9b /include/basegfx
parent8d202fa72f024529092b24197f9b5d28d4c1f6d1 (diff)
typo: noone -> no one
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index b75edc1791da..7a0ddb506b89 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -60,12 +60,12 @@ namespace basegfx
{
private:
protected:
- // noone is allowed to incarnate the abstract base class
+ // no one is allowed to incarnate the abstract base class
// except derivations
BColorModifier() {}
public:
- // noone should directly destroy it; all incarnations should be
+ // no one should directly destroy it; all incarnations should be
// handled in a boost::shared_ptr of type BColorModifierSharedPtr
virtual ~BColorModifier();