From: dooglus Date: Tue, 30 Oct 2007 13:57:39 +0000 (+0000) Subject: Typo: 'boundry' -> 'boundary'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=64ff4863a8a3e8f527acf773aaf10ae99d0bf278;p=synfig.git Typo: 'boundry' -> 'boundary'. git-svn-id: http://svn.voria.com/code@1024 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/workarea.cpp b/synfig-studio/trunk/src/gtkmm/workarea.cpp index 73510a9..2c1691b 100644 --- a/synfig-studio/trunk/src/gtkmm/workarea.cpp +++ b/synfig-studio/trunk/src/gtkmm/workarea.cpp @@ -1061,7 +1061,7 @@ void WorkArea::set_focus_point(const synfig::Point &point) { // These next three lines try to ensure that we place the - // focus on a pixel boundry + // focus on a pixel boundary /*Point adjusted(point[0]/abs(get_pw()),point[1]/abs(get_ph())); adjusted[0]=(abs(adjusted[0]-floor(adjusted[0]))<0.5)?floor(adjusted[0])*abs(get_pw()):ceil(adjusted[0])*abs(get_ph()); adjusted[1]=(abs(adjusted[1]-floor(adjusted[1]))<0.5)?floor(adjusted[1])*abs(get_ph()):ceil(adjusted[1])*abs(get_ph());