From 3aaf0c2a952a453d2f76a58c977a2c9fe806a84c Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 15:09:12 +0000 Subject: [PATCH] Typo: 'outputing' -> 'outputting'. git-svn-id: http://svn.voria.com/code@1067 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4