summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx
index b6a704340c28..c5d92be67590 100644
--- a/sot/source/sdstor/stgio.cxx
+++ b/sot/source/sdstor/stgio.cxx
@@ -311,7 +311,7 @@ FatError Validator::ValidateDirectoryEntries()
if ( !rIo.m_pTOC )
return FatError::InMemoryError;
- // Normale DirEntries
+ // Normal DirEntries
FatError nErr = MarkAll( rIo.m_pTOC->GetRoot() );
if( nErr != FatError::Ok )
return nErr;