Fixed a stupid typo.

Fixed a stupid typo.

--klm
This commit is contained in:
Kelly Martin 1999-09-27 02:24:25 +00:00
parent 1f103341c0
commit 412043dc7c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-09-26 Kelly Lynn Martin <kelly@poverty.bloomington.in.us>
* plug-ins/common/mblur.c (mblur): fixed a stupid typo
Sun Sep 26 23:12:45 MEST 1999 Sven Neumann <sven@gimp.org>
* app/brush_select.[ch]: Introduced a small margin around the

View File

@ -593,7 +593,7 @@ mblur_zoom(void)
static void
mblur(void)
{
gimp_progress_init("Bluring...");
gimp_progress_init("Blurring...");
switch (mbvals.mblur_type)
{