X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fjoin.c;h=496b31812acd5d63550597f31bc76654431738c0;hb=902a8bb8de242de08b29b995b69ae3e2a3495f6f;hp=c6fbc82a2d145427f6740ae9c0c1b514c8d321dd;hpb=6f7956a06fcf92a304fae93e393e8eaee34e92d5;p=wimlib 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;