Add my copyright to files I've modified.
[synfig.git] / synfig-core / trunk / src / synfig / layer.cpp
index 9c4601a..2ff73c4 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
@@ -313,7 +314,7 @@ Layer::clone(const GUID& deriv_guid) const
        ret->set_guid(get_guid()^deriv_guid);
 
        //ret->set_param_list(get_param_list());
-       // Process the parameter list sothat
+       // Process the parameter list so that
        // we can duplicate any inline canvases
        ParamList param_list(get_param_list());
        for(ParamList::const_iterator iter(param_list.begin()); iter != param_list.end(); ++iter)