diff options
Diffstat (limited to 'include/rtl/string.hxx')
-rw-r--r-- | include/rtl/string.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index e3237ff29afd..1aeecc0ca0a2 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx @@ -1400,7 +1400,7 @@ public: Returns the first character from this string. @return the first character from this string or 0, if this string - is emptry. + is empty. */ sal_Char toChar() const { |