summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fedesc.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-05-04 10:34:36 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-05-05 23:35:06 +0200
commita940826162dc93f5543f81fc8fe5d8618c4a6efb (patch)
treedf64a2f1cda70234e4f77d7d86cf5ccc9c88b99f /sw/source/core/frmedt/fedesc.cxx
parent942f50e7d379ba5137f4a64d39bd06d6decad9e8 (diff)
Fix typos
To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 and f12096272e684ddcd8ffa4e34dcb0a680cc594c2 Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03 Reviewed-on: https://gerrit.libreoffice.org/37199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/frmedt/fedesc.cxx')
-rw-r--r--sw/source/core/frmedt/fedesc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fedesc.cxx b/sw/source/core/frmedt/fedesc.cxx
index 8aad55a77e12..2e0b5b22ead2 100644
--- a/sw/source/core/frmedt/fedesc.cxx
+++ b/sw/source/core/frmedt/fedesc.cxx
@@ -41,7 +41,7 @@ size_t SwFEShell::GetPageDescCnt() const
void SwFEShell::ChgCurPageDesc( const SwPageDesc& rDesc )
{
#if OSL_DEBUG_LEVEL > 0
- // SS does not change PageDesc, but only sets the attibute.
+ // SS does not change PageDesc, but only sets the attribute.
// The Pagedesc should be available in the document
bool bFound = false;
for ( size_t nTst = 0; nTst < GetPageDescCnt(); ++nTst )