From a523981c40a013fc5d5ca382e4cacb46667934e3 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 24 Nov 2012 00:51:13 -0600 Subject: [PATCH 1/1] Fix typo --- src/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.c b/src/write.c index 71678660..4d3ade08 100644 --- a/src/write.c +++ b/src/write.c @@ -209,7 +209,7 @@ static int write_wim_resource_chunk(const u8 chunk[], unsigned chunk_size, } /* - * Finishes a WIM chunk tale and writes it to the output file at the correct + * Finishes a WIM chunk table and writes it to the output file at the correct * offset. * * The final size of the full compressed resource is returned in the -- 2.43.0