drivers: ssd1673: fix typo in string

then -> than

Signed-off-by: Uri Shaked <uri@urishaked.com>
This commit is contained in:
Uri Shaked 2019-02-09 11:38:27 +02:00 committed by Anas Nashif
commit 2e68bc02b9

View file

@ -273,7 +273,7 @@ static int ssd1673_write(const struct device *dev, const u16_t x,
u16_t y_end;
if (desc->pitch < desc->width) {
LOG_ERR("Pitch is smaller then width");
LOG_ERR("Pitch is smaller than width");
return -EINVAL;
}