src/util.c

changeset 10372
3b28959779fa
parent 10332
62ed0121db22
child 10414
6b10b76933e1
--- a/src/util.c	Tue Dec 14 22:30:52 2004 +0000
+++ b/src/util.c	Tue Dec 14 22:50:54 2004 +0000
@@ -1397,7 +1397,7 @@
 	gboolean inside_html = FALSE;
 	int inside_paren = 0;
 	GString *ret = g_string_new("");
-	/* Assumes you have a buffer able to cary at least BUF_LEN * 2 bytes */
+	/* Assumes you have a buffer able to carry at least BUF_LEN * 2 bytes */
 
 	c = text;
 	while (*c) {

mercurial