Typo: 'suport' -> 'support'.
[synfig.git] / synfig-core / trunk / src / synfig / color.h
index 0d460b1..62baa04 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -211,7 +212,7 @@ public:
 public:
        // ETL/trunk/ETL/_gaussian.h does:
        //   SR1=SR2=SR3=typename T::value_type();
-       // and expects that to give it initialised colors
+       // and expects that to give it initialized colors
        // Otherwise the 'gaussian' blur type is random.
        Color() :a_(0), r_(0), g_(0), b_(0) { }
        Color(const value_type &f) :a_(f),r_(f), g_(f), b_(f) { }