summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi/navipi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/navipi/navipi.cxx')
-rw-r--r--sc/source/ui/navipi/navipi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index f25e85b15d2e..382488ba777b 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -49,7 +49,7 @@
#include <algorithm>
-// toleance, how much spac above the folded size is still small
+// tolerance, how much spac above the folded size is still small
#define SCNAV_MINTOL 5
// maximum values for UI
@@ -1222,7 +1222,7 @@ void ScNavigatorDlg::GetDocNames( const OUString* pManualSel )
if ( pManualSel ? ( aName == *pManualSel )
: ( pSh == pCurrentSh ) )
- aSelEntry = aEntry; // compelte entry for selection
+ aSelEntry = aEntry; // complete entry for selection
}
pSh = SfxObjectShell::GetNext( *pSh );