diff options
author | Eugene Sandulenko | 2016-02-15 18:31:50 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-15 18:31:50 +0100 |
commit | 6c895643aa743bcb0f99841c580c9581648a2864 (patch) | |
tree | 543c2de776ef0d83d33bb3ceea8c2e7afbf58325 /graphics | |
parent | a0213fe06128d4bf34f7e47484c4130ae2543afa (diff) | |
parent | 6c298e964f7352d82b13d5f60d8e5cc638176dcd (diff) | |
download | scummvm-rg350-6c895643aa743bcb0f99841c580c9581648a2864.tar.gz scummvm-rg350-6c895643aa743bcb0f99841c580c9581648a2864.tar.bz2 scummvm-rg350-6c895643aa743bcb0f99841c580c9581648a2864.zip |
Merge pull request #667 from a-detiste/master
JANITORIAL: Typos detected with lintian & grep
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/thumbnail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/thumbnail.cpp b/graphics/thumbnail.cpp index 802ad09cbb..a3037e5ad5 100644 --- a/graphics/thumbnail.cpp +++ b/graphics/thumbnail.cpp @@ -67,7 +67,7 @@ HeaderState loadHeader(Common::SeekableReadStream &in, ThumbnailHeader &header, header.size = in.readUint32BE(); header.version = in.readByte(); - // Do a check whether any read errors had occured. If so we cannot use the + // Do a check whether any read errors had occurred. If so we cannot use the // values obtained for size and version because they might be bad. if (in.err() || in.eos()) { // TODO: We fake that there is no header. This is actually not quite |