From 52940fdee6ca54c556cc064974949ba18c30472f Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Fri, 20 Nov 2015 02:56:55 +0000 Subject: Trivial spelling fix --- src/libnsbmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3