xmlsecurity/source/xmlsec/saxhelper.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit f21a3c35520842624f944e5809fc55fa7ba26119 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 7 10:36:43 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Jan 7 14:29:36 2019 +0100 Fix typo Change-Id: If1559d3ea1205c314f25c6d346fe344adebe7f96 Reviewed-on: https://gerrit.libreoffice.org/65915 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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 ) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
