summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-09-16 11:46:29 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2019-09-16 11:46:29 (GMT)
commit3754d597b8e94e1ed33808457cfd22d2996c15ae (patch)
tree44f9ac8375f8bd5d1d152131d691fbf15b28393e /src/markdown.cpp
parent4fbb61f020a607a96152ba5c00668b9840ea812c (diff)
downloadDoxygen-3754d597b8e94e1ed33808457cfd22d2996c15ae.zip
Doxygen-3754d597b8e94e1ed33808457cfd22d2996c15ae.tar.gz
Doxygen-3754d597b8e94e1ed33808457cfd22d2996c15ae.tar.bz2
Fix some typos
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 2cbdcb5..6fea0a6 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -2064,7 +2064,7 @@ static int writeCodeBlock(GrowBuf &out,const char *data,int size,int refIndent)
emptyLines++;
i=end;
}
- else if (indent>=refIndent+codeBlockIndent) // enough indent to contine the code block
+ else if (indent>=refIndent+codeBlockIndent) // enough indent to continue the code block
{
while (emptyLines>0) // write skipped empty lines
{