summaryrefslogtreecommitdiff
path: root/src/bmp.h
diff options
context:
space:
mode:
authorJMcKiern <jmckiern@tcd.ie>2019-09-29 21:27:32 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-09-29 21:27:32 +0100
commit04f659e768486da4fc73a97a633f140d9733bf78 (patch)
tree7d1ecef7d6a39891d2485ae8a0ef8f12673d2b93 /src/bmp.h
parent316e4e94171d8d269b80dd9e329fc1fe610fbfe2 (diff)
downloadopenttd-04f659e768486da4fc73a97a633f140d9733bf78.tar.xz
Fix: Some typos found using codespell
Diffstat (limited to 'src/bmp.h')
-rw-r--r--src/bmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bmp.h b/src/bmp.h
index cf2b538f3..adfbfa5fe 100644
--- a/src/bmp.h
+++ b/src/bmp.h
@@ -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