diff options
author | sadam36 <sadam36@gmail.com> | 2013-02-24 21:33:12 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 13:19:12 +0000 |
commit | 93a974421208babdb4b2090f92acf4f0c14cc37d (patch) | |
tree | d25e117f263d4c62c3a4e75c052a8a7e8e526339 /autodoc | |
parent | 5269589ae4fbe65a7c4e3de3d429bc834348bf79 (diff) |
fdo#60724 - change 'charcter' to 'character'
Changed all occurrences of 'charcter' found by git grep. All of them
were used in comments only, so it should not break anything.
Change-Id: Ief2c00d929ae7972c55a4920fc0eaa8d6b18ab82
Reviewed-on: https://gerrit.libreoffice.org/2372
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'autodoc')
-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( |