From: Sebastian Ramacher <[email protected]>

---
 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

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to