Corrected spelling error spotted by David Gowers.

2009-01-13  Kevin Cozens  <kcozens@cvs.gimp.org>

	* app/tools/gimpforegroundselecttool.c: Corrected spelling error
	spotted by David Gowers.

svn path=/trunk/; revision=27900
This commit is contained in:
Kevin Cozens 2009-01-13 16:12:17 +00:00 committed by Kevin Cozens
parent 0ce7c8aa81
commit 7a6ae0855e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-01-13 Kevin Cozens <kcozens@cvs.gimp.org>
* app/tools/gimpforegroundselecttool.c: Corrected spelling error
spotted by David Gowers.
2009-01-10 Martin Nordholts <martinn@svn.gnome.org>
* app/config/gimpdisplayconfig.c: Allow marching ant speeds as

View file

@ -325,7 +325,7 @@ gimp_foreground_select_tool_oper_update (GimpTool *tool,
switch (GIMP_SELECTION_TOOL (tool)->function)
{
case SELECTION_SELECT:
status = _("Rougly outline the object to extract");
status = _("Roughly outline the object to extract");
break;
default:
break;