Typo: 'outputing' -> 'outputting'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:09:12 +0000 (15:09 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:09:12 +0000 (15:09 +0000)
git-svn-id: http://svn.voria.com/code@1067 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/target.h

index 2af7319..19dc295 100644 (file)
@@ -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