[libbluray-devel] [PATCH] libudfread: Fix spelling of 'descriptor'

sebastian+lists at ramacher.at sebastian+lists at ramacher.at
Thu Mar 2 19:18:18 CET 2017


From: Sebastian Ramacher <sramacher at debian.org>

---
 src/udfread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/udfread.c b/src/udfread.c
index 0aadd0d..bffb9ea 100644
--- a/src/udfread.c
+++ b/src/udfread.c
@@ -1391,7 +1391,7 @@ static uint32_t _file_lba(UDFFILE *p, uint32_t file_block)
 
             if (ad[i].extent_type != ECMA_AD_EXTENT_NORMAL) {
                 if (ad[i].extent_type == ECMA_AD_EXTENT_AD) {
-                    udf_error("unsupported allocation desriptor: extent type %u\n", ad[i].extent_type);
+                    udf_error("unsupported allocation descriptor: extent type %u\n", ad[i].extent_type);
                 }
                 return 0;
             }
-- 
2.11.0



More information about the libbluray-devel mailing list