From 319752e2694f851bfd5c85d03466d0d4b1e89c22 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 14 Aug 2012 10:32:41 -0500 Subject: [PATCH] typo --- src/join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0