Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / surfacenew.cpp
index c689318..aaed5e7 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file surfacenew.cpp
 **     \brief Template File
 **
-**     $Id: surfacenew.cpp,v 1.1 2005/01/21 19:29:10 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -247,7 +247,7 @@ Color
 SurfaceNew::get_color(int x, int y)const
 {
        // This operation is rather expensive, as it should be.
-       // I want to discurage people from using it all over the place.
+       // I want to discourage people from using it all over the place.
 
        Color ret(
                lock_channel_const(CHAN_R).get_value(x,y),