Fix: Some typos found using codespell
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "gfx_type.h"
|
||||
|
||||
struct BmpInfo {
|
||||
uint32 offset; ///< offset of bitmap data from .bmp file begining
|
||||
uint32 offset; ///< offset of bitmap data from .bmp file beginning
|
||||
uint32 width; ///< bitmap width
|
||||
uint32 height; ///< bitmap height
|
||||
bool os2_bmp; ///< true if OS/2 1.x or windows 2.x bitmap
|
||||
|
Reference in New Issue
Block a user