diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-26 16:09:23 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-29 17:32:09 +0200 |
commit | e9112e17efa0e59078acccc5f921a22855db317a (patch) | |
tree | 117b12dfc561cfde0eaa4363b2ac7a8cfad9cfab /sw | |
parent | 836efb78798397be216b82475cd7581b1ee52622 (diff) |
Fix typos
Change-Id: I483680622a75affb9822bbf5fc4d14512961493f
Reviewed-on: https://gerrit.libreoffice.org/58130
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/tblcpy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/tblcpy.cxx b/sw/source/core/doc/tblcpy.cxx index fa0b16627fc0..bd63396d6340 100644 --- a/sw/source/core/doc/tblcpy.cxx +++ b/sw/source/core/doc/tblcpy.cxx @@ -601,7 +601,7 @@ static void lcl_CpyBox( const SwTable& rCpyTable, const SwTableBox* pCpyBox, if( bReplaceColl && (( 1 < rDstTable.GetTabLines().size() && pLine == rDstTable.GetTabLines().front() ) - // Is the Table's content sill valid? + // Is the Table's content still valid? ? RES_POOLCOLL_TABLE == nPoolId : RES_POOLCOLL_TABLE_HDLN == nPoolId ) ) { |