summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-06 23:33:46 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-06 23:33:46 (GMT)
commit436ba3423e9a7d9b482bb4b35ae2fce2249dc762 (patch)
treeacecb530f4cf1d7adb45ce7fac3719b150712c21 /src/markdown.cpp
parenta1474373a0be8b099a2458b9c02d19e191e457e7 (diff)
downloadDoxygen-436ba3423e9a7d9b482bb4b35ae2fce2249dc762.zip
Doxygen-436ba3423e9a7d9b482bb4b35ae2fce2249dc762.tar.gz
Doxygen-436ba3423e9a7d9b482bb4b35ae2fce2249dc762.tar.bz2
Misc. 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 1cd06e5..d3ec3f1 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -2061,7 +2061,7 @@ static int writeCodeBlock(GrowBuf &out,const char *data,int size,int refIndent)
}
// start searching for the end of the line start at offset \a i
-// keeping track of possible blocks that need to to skipped.
+// keeping track of possible blocks that need to be skipped.
static void findEndOfLine(GrowBuf &out,const char *data,int size,
int &pi,int&i,int &end)
{