summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/vba/vbawindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbawindow.cxx')
-rw-r--r--sc/source/ui/vba/vbawindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx
index 85729b5612d5..13226103cdcc 100644
--- a/sc/source/ui/vba/vbawindow.cxx
+++ b/sc/source/ui/vba/vbawindow.cxx
@@ -329,7 +329,7 @@ ScVbaWindow::getCaption() throw (uno::RuntimeException, std::exception)
static const char sDot[] = ".";
// starts with title
if ( sName.startsWith( sTitle ) )
- // extention starts immediately after
+ // extension starts immediately after
if ( sName.match( sDot, sTitle.getLength() ) )
sTitle = sName;
}