Typo: 'antilaias' -> 'antialias'.
[synfig.git] / synfig-core / trunk / src / synfig / renddesc.cpp
index b1b2832..fba31a5 100644 (file)
@@ -396,7 +396,7 @@ const int &
 RendDesc::get_antialias()const
 { return a; }
 
-//! Set the antilaias amount
+//! Set the antialias amount
 RendDesc &
 RendDesc::set_antialias(const int &x)
 { a=x; return *this; }