Revert one of the i18n changes that causes a crash in studio. Thanks to dooglus for...
[synfig.git] / synfig-core / trunk / src / synfig / renddesc.cpp
index fad6ad1..fba31a5 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file renddesc.h_
+/*!    \file synfig/renddesc.cpp
 **     \brief RendDesc
 **
-**     $Id: renddesc.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
@@ -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; }