diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-07 10:36:43 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-07 14:29:36 +0100 |
commit | f21a3c35520842624f944e5809fc55fa7ba26119 (patch) | |
tree | 0a45f78dd0644cc6b2bddff3aadb5308e81b7e5e /xmlsecurity | |
parent | 215a52bee9709090f38b171787e52ccb957281ab (diff) |
Fix typo
Change-Id: If1559d3ea1205c314f25c6d346fe344adebe7f96
Reviewed-on: https://gerrit.libreoffice.org/65915
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/saxhelper.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx index 7be5fbfce752..30811dbfac00 100644 --- a/xmlsecurity/source/xmlsec/saxhelper.cxx +++ b/xmlsecurity/source/xmlsec/saxhelper.cxx @@ -32,8 +32,8 @@ namespace cssxs = com::sun::star::xml::sax; namespace cssxcsax = com::sun::star::xml::csax; /** - * The return value is NULL terminated. The application has the responsibilty to - * deallocte the return value. + * The return value is NULL terminated. The application has the responsibility to + * deallocate the return value. */ static xmlChar* ous_to_xmlstr( const OUString& oustr ) { @@ -42,8 +42,8 @@ static xmlChar* ous_to_xmlstr( const OUString& oustr ) } /** - * The return value is NULL terminated. The application has the responsibilty to - * deallocte the return value. + * The return value is NULL terminated. The application has the responsibility to + * deallocate the return value. */ static xmlChar* ous_to_nxmlstr( const OUString& oustr, int& length ) { @@ -55,7 +55,7 @@ static xmlChar* ous_to_nxmlstr( const OUString& oustr, int& length ) /** * The return value and the referenced value must be NULL terminated. - * The application has the responsibilty to deallocte the return value. + * The application has the responsibility to deallocate the return value. */ static const xmlChar** attrlist_to_nxmlstr( const cssu::Sequence< cssxcsax::XMLAttribute >& aAttributes ) { |