summaryrefslogtreecommitdiff
path: root/src/libnsbmp.c
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2015-11-20 02:56:55 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2015-11-20 02:56:55 +0000
commit52940fdee6ca54c556cc064974949ba18c30472f (patch)
tree58d74890df5ee3b6c84d6ef2dc15356d21077112 /src/libnsbmp.c
parentefe7e0fa3c13e51ae987765e43ff882f49fc8a3e (diff)
downloadlibnsbmp-52940fdee6ca54c556cc064974949ba18c30472f.tar.gz
libnsbmp-52940fdee6ca54c556cc064974949ba18c30472f.tar.bz2
Trivial spelling fix
Diffstat (limited to 'src/libnsbmp.c')
-rw-r--r--src/libnsbmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnsbmp.c b/src/libnsbmp.c
index 5d20d7c..d432aeb 100644
--- a/src/libnsbmp.c
+++ b/src/libnsbmp.c
@@ -470,7 +470,7 @@ static bmp_result bmp_analyse_header(bmp_image *bmp, uint8_t *data) {
break;
}
/* Bitfield encoding means we have red, green, blue, and alpha masks.
- * Here we aquire the masks and determine the required bit shift to
+ * Here we acquire the masks and determine the required bit shift to
* align them in our 24-bit color 8-bit alpha format.
*/
if (bmp->encoding == BMP_ENCODING_BITFIELDS) {