From 1a8915ef8302b13b781977209ae1fa41f5f659dc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jun 2015 16:56:44 +0200 Subject: Fix typos Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins Reviewed-by: Andras Timar --- svl/source/filerec/filerec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source') diff --git a/svl/source/filerec/filerec.cxx b/svl/source/filerec/filerec.cxx index 172f61f1bfc4..3c02645d0e3e 100644 --- a/svl/source/filerec/filerec.cxx +++ b/svl/source/filerec/filerec.cxx @@ -111,7 +111,7 @@ bool SfxMiniRecordReader::SetHeader_Impl( sal_uInt32 nHeader ) _nEofRec = _pStream->Tell() + SFX_REC_OFS(nHeader); _nPreTag = sal::static_int_cast< sal_uInt8 >(SFX_REC_PRE(nHeader)); - // Errror in cae of End of Record tag + // Error in case of End of Record tag if ( _nPreTag == SFX_REC_PRETAG_EOR ) { _pStream->SetError( ERRCODE_IO_WRONGFORMAT ); -- cgit