diff options
Diffstat (limited to 'examples/jdstyle.cpp')
-rw-r--r-- | examples/jdstyle.cpp | 2 |
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() |