From 5ec6428297d951e90f746565a3f6666bc9b2f1d9 Mon Sep 17 00:00:00 2001 From: Chris Dinneen Date: Fri, 3 Jan 2025 17:11:26 +0800 Subject: [PATCH] Fix Typo comprssed -> compressed --- mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt.c b/mt.c index cc48b00..1cb5595 100644 --- a/mt.c +++ b/mt.c @@ -234,7 +234,7 @@ static struct densities { { 0x90, "SDLT110 uncompr/EXB-8205 compr" }, { 0x91, "SDLT110 compressed" }, { 0x92, "SDLT160 uncompressed" }, - { 0x93, "SDLT160 comprssed" } + { 0x93, "SDLT160 compressed" } /* clang-format on */ };