summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
authorArmin Müller <27155134+arm-in@users.noreply.github.com>2018-08-21 12:24:10 (GMT)
committerGitHub <noreply@github.com>2018-08-21 12:24:10 (GMT)
commit5f004ef003993c4a7928a5b6bff8d5a51dceb715 (patch)
treef90b89a14f29c3efa204f1709d61fc40abc5716f /src/markdown.cpp
parent74f0b492ddd3052c93525fc01d1bc56f8edcb0ac (diff)
downloadDoxygen-5f004ef003993c4a7928a5b6bff8d5a51dceb715.zip
Doxygen-5f004ef003993c4a7928a5b6bff8d5a51dceb715.tar.gz
Doxygen-5f004ef003993c4a7928a5b6bff8d5a51dceb715.tar.bz2
Update markdown.cpp
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r--src/markdown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index dff64ff..c19d6db 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -406,7 +406,7 @@ static int processEmphasis2(GrowBuf &out, const char *data, int size, char c)
return 0;
}
-/** Parsing tripple emphasis.
+/** Parsing triple emphasis.
* Finds the first closing tag, and delegates to the other emph
*/
static int processEmphasis3(GrowBuf &out, const char *data, int size, char c)