Implement operator- for TimePoints.
[synfig.git] / synfig-core / trunk / src / synfig / blur.cpp
index 91ff690..85ce275 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file synfig/blur.cpp
 **     \brief Blur Implementation File
 **
-**     $Id: blur.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -717,7 +717,7 @@ bool Blur::operator ()(const Surface &surface,
                           is necessary to insure consistant
                           results when rendered to different
                           resolutions.
-                          Unfortunately, this automaticly
+                          Unfortunately, this automatically
                           squares our rendertime.
                           There has got to be a faster way...
                        */
@@ -1091,7 +1091,7 @@ bool Blur::operator ()(const surface<float> &surface,
                           is necessary to insure consistant
                           results when rendered to different
                           resolutions.
-                          Unfortunately, this automaticly
+                          Unfortunately, this automatically
                           squares our rendertime.
                           There has got to be a faster way...
                        */