diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-14 18:16:56 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-15 16:44:08 +0200 |
commit | f1ff61ff057e29cb82d425e0b641f7ad6f01bab4 (patch) | |
tree | 0d77c6b2966026ac8b7cc3cd7c5683d12e9be98e /sot | |
parent | 81413799eb4f38d62710b295268249307364000a (diff) |
Fix typos
Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d
Reviewed-on: https://gerrit.libreoffice.org/38795
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgio.cxx | 2 |
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; |