--- 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) {