diff --git a/src/g_text.c b/src/g_text.c index edd7c64a72a8a18149994177118154c748f5af7f..049f1cb0c01e2723c44d63900b4e0d08e470a7ae 100644 --- a/src/g_text.c +++ b/src/g_text.c @@ -338,7 +338,7 @@ void canvas_iemguis(t_glist *gl, t_symbol *guiobjname) int connectme, xpix, ypix, indx, nobj; canvas_howputnew(gl, &connectme, &xpix, &ypix, &indx, &nobj); - /*compensate for the iemgui sliders' xyoffset in the case of autopatch */ + /*compensate for the iemgui sliders' xyoffset in case of autopatch */ if(connectme) { if(!strcmp(guiobjname->s_name, "hsl")) xpix = xpix + 3;