summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-05 18:58:00 (GMT)
committerGitHub <noreply@github.com>2019-11-05 18:58:00 (GMT)
commit0a1a216ceed4be17ab3bf2a80be3be1bae21efeb (patch)
treedfa701415ab6bcae7728c75fe6db324740956f4e
parent1585bd2d68cf1c486ea74837c2263a1b342604d3 (diff)
parent284188a8b2f7920653c61734ae2ff0e741a261af (diff)
downloadDoxygen-0a1a216ceed4be17ab3bf2a80be3be1bae21efeb.zip
Doxygen-0a1a216ceed4be17ab3bf2a80be3be1bae21efeb.tar.gz
Doxygen-0a1a216ceed4be17ab3bf2a80be3be1bae21efeb.tar.bz2
Merge pull request #7373 from albert-github/feature/bug_spell_testing
Spelling corrections for testing directory
-rw-r--r--testing/012/indexpage.xml2
-rw-r--r--testing/012_cite.dox2
-rwxr-xr-xtesting/testsqlite3.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/012/indexpage.xml b/testing/012/indexpage.xml
index c0d96e7..3ee0fc8 100644
--- a/testing/012/indexpage.xml
+++ b/testing/012/indexpage.xml
@@ -7,7 +7,7 @@
</briefdescription>
<detaileddescription>
<para>See <ref refid="citelist_1CITEREF_knuth79" kindref="member">[3]</ref> for more info.</para>
- <para>Other references with crossreference see <ref refid="citelist_1CITEREF_Be09" kindref="member">[1]</ref> and <ref refid="citelist_1CITEREF_BertholdHeinzVigerske2009" kindref="member">[2]</ref> for more info. </para>
+ <para>Other references with cross references see <ref refid="citelist_1CITEREF_Be09" kindref="member">[1]</ref> and <ref refid="citelist_1CITEREF_BertholdHeinzVigerske2009" kindref="member">[2]</ref> for more info. </para>
</detaileddescription>
</compounddef>
</doxygen>
diff --git a/testing/012_cite.dox b/testing/012_cite.dox
index 2e022de..6cec0cf 100644
--- a/testing/012_cite.dox
+++ b/testing/012_cite.dox
@@ -5,5 +5,5 @@
/** \mainpage
* See \cite knuth79 for more info.
*
- * Other references with crossreference see \cite Be09 and \cite BertholdHeinzVigerske2009 for more info.
+ * Other references with cross references see \cite Be09 and \cite BertholdHeinzVigerske2009 for more info.
*/
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