From: dooglus Date: Tue, 30 Oct 2007 15:06:46 +0000 (+0000) Subject: Typo: 'antilaias' -> 'antialias'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=5003e42ad855b58d4de073dd2f62b2324c935a4e;p=synfig.git Typo: 'antilaias' -> 'antialias'. git-svn-id: http://svn.voria.com/code@1050 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/renddesc.cpp b/synfig-core/trunk/src/synfig/renddesc.cpp index b1b2832..fba31a5 100644 --- a/synfig-core/trunk/src/synfig/renddesc.cpp +++ b/synfig-core/trunk/src/synfig/renddesc.cpp @@ -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; } diff --git a/synfig-core/trunk/src/synfig/renddesc.h b/synfig-core/trunk/src/synfig/renddesc.h index 09c216d..b6eb419 100644 --- a/synfig-core/trunk/src/synfig/renddesc.h +++ b/synfig-core/trunk/src/synfig/renddesc.h @@ -241,7 +241,7 @@ public: //! Return the antialias amount const int &get_antialias()const; - //! Set the antilaias amount + //! Set the antialias amount RendDesc &set_antialias(const int &x); //! Return the distance from the bottom-right to the top-left