Commit 55afb5bae32e30cd5ab70db7089485bdcafaa6c0

Martin Mitas 2016-11-27T00:09:50

Fix typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/md4c/md4c.c b/md4c/md4c.c
index e7b2a61..c64cc6d 100644
--- a/md4c/md4c.c
+++ b/md4c/md4c.c
@@ -3206,7 +3206,7 @@ md_build_img_alt(MD_CTX* ctx, MD_MARK* mark, const MD_LINE* lines, int n_lines,
     OFF off = beg;
     CHAR* ptr = buffer;
 
-    /* Revive the contents of anny inner image so we include its ALT. */
+    /* Revive the contents of any inner image so we include its ALT. */
     for(inner_mark = mark; inner_mark < ctx->marks + mark->next; inner_mark++) {
         if(inner_mark->ch == '!')
             inner_mark->end = inner_mark->beg + 2;