summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-10-10 14:11:21 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-10 14:55:12 +0200
commitc1a7e72110e48fa5d7ca38af2d36505b647a11e4 (patch)
treebc34304b5d1f3af5656581ba995270545a2905c2 /sc
parent8541943b8d08f62217e99c9d47a5f222e1fba86e (diff)
typo: follwing -> following
Change-Id: Ia201473c84dc0923e8f4bee6329ad926cd6addd6
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/navipi/navipi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index 6dde76ce8077..1f5c137ea6f8 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -527,7 +527,7 @@ ScNavigatorDialogWrapper::ScNavigatorDialogWrapper(
{
case NAV_LMODE_SCENARIOS: nCmdId = IID_SCENARIOS; break;
case NAV_LMODE_AREAS: nCmdId = IID_AREAS; break;
-// The follwing case can never be reach due to how eNavMode is set-up
+// The following case can never be reach due to how eNavMode is set-up
// case NAV_LMODE_DOCS: nCmdId = IID_DOCS; break;
// case NAV_LMODE_DBAREAS: nCmdId = IID_DBAREAS; break;
default: nCmdId = 0;