summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textsh1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/textsh1.cxx')
-rw-r--r--sw/source/uibase/shells/textsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx
index e18d86d10345..8ad15cf406d7 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -1115,7 +1115,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
{
//If the current paragraph has bullet call the function to
//increase or decrease the bullet level.
- //Why could I know wheter a paragraph has bullet or not by checking the below conditions?
+ //Why could I know whether a paragraph has bullet or not by checking the below conditions?
//Please refer to the "case KEY_TAB:" section in SwEditWin::KeyInput(..) :
// if( rSh.GetCurNumRule() && rSh.IsSttOfPara() &&
// !rSh.HasReadonlySel() )