From 6fd0f6e326f386ca71104437aa1c66eb9e860187 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Tue, 29 Aug 2000 22:45:55 +0200
Subject: [PATCH] Fixed some "breaked" spelling.

Rev: src/modules/Parser/html.c:1.117
---
 src/modules/Parser/html.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/Parser/html.c b/src/modules/Parser/html.c
index 91a3a1582c..d9aa9a6530 100644
--- a/src/modules/Parser/html.c
+++ b/src/modules/Parser/html.c
@@ -1771,7 +1771,7 @@ static int scan_forward_arg(struct parser_html_storage *this,
 			    enum scan_arg_do what,
 			    int finished,
 			    int *quote)
-/* Returns 1 if end is found, 2 if breaked for entity, 0 otherwise. If
+/* Returns 1 if end is found, 2 if broken for entity, 0 otherwise. If
  * 2 is returned, *quote is set to the index in this->argq_start for
  * the current quote we're in, or -1 if outside quotes. *quote is also
  * read on entry to continue inside quotes. */
-- 
GitLab