From: Carlos Lopez Date: Sun, 18 Jul 2010 18:47:37 +0000 (+0200) Subject: Typo X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=ca91050f7eb3203f4d801954ae116af244e206be Typo --- diff --git a/synfig-core/src/synfig/context.h b/synfig-core/src/synfig/context.h index 3419fa7..996abae 100644 --- a/synfig-core/src/synfig/context.h +++ b/synfig-core/src/synfig/context.h @@ -68,7 +68,7 @@ public: //! It is the blended color of the context Color get_color(const Point &pos)const; - //! With a given \quality and a given render description ir puts the context + //! With a given \quality and a given render description it puts the context //! blend result into the painting \surface */ bool accelerated_render(Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb) const;