Typo: 'discurage' -> 'discourage'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:07:03 +0000 (15:07 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:07:03 +0000 (15:07 +0000)
git-svn-id: http://svn.voria.com/code@1052 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/surfacenew.cpp

index 92a268a..aaed5e7 100644 (file)
@@ -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),