X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fjoin.c;h=496b31812acd5d63550597f31bc76654431738c0;hp=c6fbc82a2d145427f6740ae9c0c1b514c8d321dd;hb=319752e2694f851bfd5c85d03466d0d4b1e89c22;hpb=26ec3ebc4c0f4aefce80ecd495f31a45eca7f608 diff --git a/src/join.c b/src/join.c index c6fbc82a..496b3181 100644 --- a/src/join.c +++ b/src/join.c @@ -129,7 +129,7 @@ WIMLIBAPI int wimlib_join(const char **swm_names, int num_swms, goto err; /* don't open all the parts at the same time, in case there are - * a lot af them */ + * a lot of them */ fclose(w->fp); w->fp = NULL;