mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
28 changed files with 39 additions and 39 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue