From 6f9fe24cd6f2e31ba93914b25ff7c166181a0317 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@monsoon.(none)>
Date: Wed, 7 Nov 2012 23:27:38 -0500
Subject: [PATCH] minor typo fix

---
 src/g_text.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/g_text.c b/src/g_text.c
index edd7c64a7..049f1cb0c 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;
-- 
GitLab