changeset 11311:674abdc2b9be

[gaim-migrate @ 13511] of course this is what i really meant... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Fri, 19 Aug 2005 06:41:10 +0000
parents 0058b0737e76
children a546498f7adc
files src/gtkdebug.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkdebug.c	Fri Aug 19 06:36:58 2005 +0000
+++ b/src/gtkdebug.c	Fri Aug 19 06:41:10 2005 +0000
@@ -333,8 +333,8 @@
 
 		gtk_imhtml_append_text(imhtml, text, 0);
 
-		/* If we're not highlighting and the expression isn't inverted,
-		 * we're done and move on.
+		/* If we're not highlighting ir the expression is inverted, we're
+		 * done and move on.
 		 */
 		if(!win->highlight || inverted == REG_NOMATCH) {
 			g_free(plaintext);