diff --git a/src/modules/Parser/html.c b/src/modules/Parser/html.c
index 91a3a1582c8dc17acd3eb1881ac5c324376dddfe..d9aa9a6530c6e1b392725075c335259a0f84a031 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. */