summaryrefslogtreecommitdiffstats
path: root/testing/testsqlite3.py
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-04 13:57:34 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-04 13:57:34 (GMT)
commit284188a8b2f7920653c61734ae2ff0e741a261af (patch)
tree1007d02de71372d6f42abc54f1382299dc6caeaf /testing/testsqlite3.py
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-284188a8b2f7920653c61734ae2ff0e741a261af.zip
Doxygen-284188a8b2f7920653c61734ae2ff0e741a261af.tar.gz
Doxygen-284188a8b2f7920653c61734ae2ff0e741a261af.tar.bz2
Spelling corrections for testing directory
Spelling corrections as found by codespell and in #561. Most reported problems were already fixed, others are fixed here.
Diffstat (limited to 'testing/testsqlite3.py')
-rwxr-xr-xtesting/testsqlite3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testsqlite3.py b/testing/testsqlite3.py
index e8ab16c..b4227b4 100755
--- a/testing/testsqlite3.py
+++ b/testing/testsqlite3.py
@@ -6,7 +6,7 @@ import sys
import getopt
# map XML attributes/elements to SQL rows
-# --POC: iterate through the children and attributes of the memberdef elelement
+# --POC: iterate through the children and attributes of the memberdef element
# and search it in doxygen_sqlite3.db
g_conn=None