X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftarget.h;h=19dc29519959ec7411255aad400fecd12958d015;hb=3aaf0c2a952a453d2f76a58c977a2c9fe806a84c;hp=2af731949126703c14fbb3a4f17a2e537fd56a2d;hpb=75eeadd7449e32982f32cc28411f57b21d9ed0b1;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/target.h b/synfig-core/trunk/src/synfig/target.h index 2af7319..19dc295 100644 --- a/synfig-core/trunk/src/synfig/target.h +++ b/synfig-core/trunk/src/synfig/target.h @@ -174,7 +174,7 @@ public: virtual bool init() { return true; } - //! Creates a new Target described by \a type, outputing to a file described by \a filename. + //! Creates a new Target described by \a type, outputting to a file described by \a filename. static Handle create(const String &type, const String &filename); }; // END of class Target