diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:34:30 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-02 10:40:27 +0000 |
commit | d0f99b1b39027bcf0fae1b130b60a4c837e854d8 (patch) | |
tree | d5ce59abdd55a8f0f077fd51f26b36bb0cb3918d /xmloff/source/core | |
parent | 5e135c653bd5f3d7b12502d6c7b3cd897ba4b9f4 (diff) |
Fix typos
Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16
Reviewed-on: https://gerrit.libreoffice.org/34779
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 7f412abde6d1..3377a16b7a22 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -1263,7 +1263,7 @@ bool SvXMLImport::IsPackageURL( const OUString& rURL ) const switch( rURL[nPos] ) { case '/': - // a relative path segement + // a relative path segment return true; case ':': // a schema |