diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 13:22:40 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 19:05:55 +0000 |
commit | 54b42134116b9d5f7f56caaf0b041782fa5d0d5c (patch) | |
tree | ca066fdf5f400820326ad2add87a251ffcafb176 /sot | |
parent | 9143a46db7c1d0cf4beff83c14e940291fefe6a7 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgdir.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgdir.cxx b/sot/source/sdstor/stgdir.cxx index 21711c67b71a..f1c33338429b 100644 --- a/sot/source/sdstor/stgdir.cxx +++ b/sot/source/sdstor/stgdir.cxx @@ -820,7 +820,7 @@ void StgDirStrm::SetupEntry( INT32 n, StgDirEntry* pUpper ) { delete pCur; rIo.SetError( SVSTREAM_GENERALERROR ); - // an error occured + // an error occurred return; } |