From: Eric Biggers Date: Tue, 14 Aug 2012 15:32:41 +0000 (-0500) Subject: typo X-Git-Tag: v1.0.0~154 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=319752e2694f851bfd5c85d03466d0d4b1e89c22 typo --- 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;