Everywhere: Fix typos

Mostly in comments, but sprintf() now prints "August" instead of
"Auguest" so that's something.
This commit is contained in:
Nico Weber 2020-10-02 09:59:28 -04:00 committed by Andreas Kling
commit ef1b21004f
Notes: sideshowbarker 2024-07-19 02:05:56 +09:00
28 changed files with 39 additions and 39 deletions

View file

@ -470,7 +470,7 @@ static bool decode_bmp_header(BMPLoadingContext& context)
// value of the file size.
streamer.drop_bytes(4);
// Ingore reserved bytes
// Ignore reserved bytes
streamer.drop_bytes(4);
context.data_offset = streamer.read_u32();