diff options
Diffstat (limited to 'autodoc/inc')
-rw-r--r-- | autodoc/inc/ary/qualiname.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/inc/ary/qualiname.hxx b/autodoc/inc/ary/qualiname.hxx index 1c1e2064e0f3..862516151f3b 100644 --- a/autodoc/inc/ary/qualiname.hxx +++ b/autodoc/inc/ary/qualiname.hxx @@ -60,7 +60,7 @@ class QualifiedName bool i_bAbsolute ) { Empty(); bIsAbsolute = i_bAbsolute; } /** Reads a qualified name from a string. - If the last two charcters are "()", the inquiry IsFunction() will return + If the last two characters are "()", the inquiry IsFunction() will return true. */ void AssignText( |