diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:29:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:38:49 +0900 |
commit | 878461f96730b0930c5f397a205d0239ad034fe5 (patch) | |
tree | 1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823 /vcl | |
parent | a08cb3b52ea4a071ce8eb5a1786ea45fd211ab78 (diff) |
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/graphicfilter2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/graphicfilter2.cxx b/vcl/source/filter/graphicfilter2.cxx index 3ec8c80c9a80..9bb001ac06ef 100644 --- a/vcl/source/filter/graphicfilter2.cxx +++ b/vcl/source/filter/graphicfilter2.cxx @@ -237,7 +237,7 @@ sal_uInt8 ImpDetectJPG_GetNextMarker( SvStream& rStm ) while( nByte == 0xff ); } while( nByte == 0 ); // 0xff00 represents 0xff and not a marker, - // the marker detection has to be restartet. + // the marker detection has to be restarted. return nByte; } |