include/comphelper/string.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a4c0c8001d6d1357ef664a274032c795babd826
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sun Dec 18 09:51:23 2022 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sun Dec 18 09:22:04 2022 +0000

    Fix typo
    
    Change-Id: Id469267ff57f8013accf2371b54174bee07016ae
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144396
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx
index 06c825b36832..38564bc16673 100644
--- a/include/comphelper/string.hxx
+++ b/include/comphelper/string.hxx
@@ -375,7 +375,7 @@ COMPHELPER_DLLPUBLIC bool 
isdigitAsciiString(std::string_view rString);
  */
 COMPHELPER_DLLPUBLIC bool isdigitAsciiString(std::u16string_view rString);
 
-/** Santitize an OUString to not have invalid surrogates
+/** Sanitize an OUString to not have invalid surrogates
 
     @param rString  An OUString
 

Reply via email to