From 728ec86062c13c4994a15bf4bee810db7094c8bb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 18 Apr 2014 00:26:02 +0300 Subject: Typo: s/cant/can't/ Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca --- vcl/source/filter/graphicfilter2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/filter/graphicfilter2.cxx b/vcl/source/filter/graphicfilter2.cxx index 77da7eb4191b..192a07525aca 100644 --- a/vcl/source/filter/graphicfilter2.cxx +++ b/vcl/source/filter/graphicfilter2.cxx @@ -429,7 +429,7 @@ bool GraphicDescriptor::ImpDetectPCD( SvStream& rStm, bool ) bool GraphicDescriptor::ImpDetectPCX( SvStream& rStm, bool bExtendedInfo ) { // ! Because 0x0a can be interpreted as LF too ... - // we cant be sure that this special sign represent a PCX file only. + // we can't be sure that this special sign represent a PCX file only. // Every Ascii file is possible here :-( // We must detect the whole header. bExtendedInfo = true; -- cgit