libudfread | branch: master | Sebastian Ramacher <[email protected]> | Thu Mar 2 19:18:18 2017 +0100| [2a10ff31e533974c027919ed8193999cced7bc90] | committer: Petri Hintukainen
libudfread: Fix spelling of 'descriptor' > http://git.videolan.org/gitweb.cgi/libudfread.git/?a=commit;h=2a10ff31e533974c027919ed8193999cced7bc90 --- 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; } _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
