summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-09-03 16:33:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-09-03 16:33:00 (GMT)
commit03fad37f3bd695d0a30333e8cecc3931c4f870ba (patch)
treebf748f43a6698e6f1ebbf79fceaeb4a36cb0013a
parentc8092844b06414629b91a5c2d66c56ce06fd7a2e (diff)
downloadDoxygen-03fad37f3bd695d0a30333e8cecc3931c4f870ba.zip
Doxygen-03fad37f3bd695d0a30333e8cecc3931c4f870ba.tar.gz
Doxygen-03fad37f3bd695d0a30333e8cecc3931c4f870ba.tar.bz2
Correct typing error in test 51
-rw-r--r--testing/051/indexpage.xml2
-rw-r--r--testing/051_escape.dox2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/051/indexpage.xml b/testing/051/indexpage.xml
index 776f525..50a6ff8 100644
--- a/testing/051/indexpage.xml
+++ b/testing/051/indexpage.xml
@@ -6,7 +6,7 @@
<briefdescription>
</briefdescription>
<detaileddescription>
- <para>Dollar $ At @ Backslash \ Amphasand &amp; Less &lt; Greater &gt; Hash # Percent % Quote " Dot . Double colon :: Pipe | Plus + Minus - </para>
+ <para>Dollar $ At @ Backslash \ Ampersand &amp; Less &lt; Greater &gt; Hash # Percent % Quote " Dot . Double colon :: Pipe | Plus + Minus - </para>
</detaileddescription>
</compounddef>
</doxygen>
diff --git a/testing/051_escape.dox b/testing/051_escape.dox
index 290b298..2165564 100644
--- a/testing/051_escape.dox
+++ b/testing/051_escape.dox
@@ -5,7 +5,7 @@
Dollar \$
At \@
Backslash \\
-Amphasand \&
+Ampersand \&
Less \<
Greater \>
Hash \#