summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-11 00:54:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-11 12:16:44 +0000
commit66891aaebe089594fea38368b23800505fc6a0e4 (patch)
treee175267e04017cf2e21c3d007b3d8adfcaadfc4f /svl
parentf72718614578cc8d76df1cbcee5fd5d9ab0fd00d (diff)
Fix typos
Change-Id: Ia79bc8d35cf19438d177f31a8e0c8603102b4ef1 Reviewed-on: https://gerrit.libreoffice.org/35061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/filerec/filerec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/filerec/filerec.cxx b/svl/source/filerec/filerec.cxx
index 0f7cda119d91..d23eba74ea12 100644
--- a/svl/source/filerec/filerec.cxx
+++ b/svl/source/filerec/filerec.cxx
@@ -385,7 +385,7 @@ SfxMultiVarRecordWriter::~SfxMultiVarRecordWriter()
void SfxMultiVarRecordWriter::FlushContent_Impl()
{
// record the version and position offset of the current content;
- // the position offset is relative ot the start position of the
+ // the position offset is relative to the start position of the
// first content.
assert(_aContentOfs.size() == static_cast<size_t>(_nContentCount)-1);
_aContentOfs.resize(_nContentCount-1);