summaryrefslogtreecommitdiffstats
path: root/examples/jdstyle.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-06-04 14:15:23 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-06-04 14:15:23 (GMT)
commit88030e6b0efd9ac75cd61eedd75f5a38bf1713c7 (patch)
tree431650e77325cdf55ef9e710fd0ac1a9d87d3486 /examples/jdstyle.cpp
parent9c04d0ffef418ec6c771a0afa4679a4e508ba710 (diff)
downloadDoxygen-88030e6b0efd9ac75cd61eedd75f5a38bf1713c7.zip
Doxygen-88030e6b0efd9ac75cd61eedd75f5a38bf1713c7.tar.gz
Doxygen-88030e6b0efd9ac75cd61eedd75f5a38bf1713c7.tar.bz2
Release-1.2.8
Diffstat (limited to 'examples/jdstyle.cpp')
-rw-r--r--examples/jdstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jdstyle.cpp b/examples/jdstyle.cpp
index bbd2149..bd8b9a7 100644
--- a/examples/jdstyle.cpp
+++ b/examples/jdstyle.cpp
@@ -34,7 +34,7 @@ class Test
/**
* a normal member taking two arguments and returning an integer value.
* @param a an integer argument.
- * @param s a constant chararcter pointer.
+ * @param s a constant character pointer.
* @see Test()
* @see ~Test()
* @see testMeToo()