From 11a1c763f7eb6a1d1aaed03adeae287fca2a6bdc Mon Sep 17 00:00:00 2001 From: dooglus Date: Mon, 21 Jan 2008 01:10:37 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: http://svn.voria.com/code@1407 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/renddesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-core/trunk/src/synfig/renddesc.h b/synfig-core/trunk/src/synfig/renddesc.h index b6eb419..199cc3c 100644 --- a/synfig-core/trunk/src/synfig/renddesc.h +++ b/synfig-core/trunk/src/synfig/renddesc.h @@ -278,7 +278,7 @@ public: //! Returns the height of one pixel Real get_ph()const; - //! Sets viewport to represent the screen at the give pixel coordinates + //! Sets viewport to represent the screen at the given pixel coordinates RendDesc &set_subwindow(int x, int y, int w, int h); }; // END of class RendDesc -- 2.7.4