]> wimlib.net Git - wimlib/commitdiff
typo
authorEric Biggers <ebiggers3@gmail.com>
Tue, 14 Aug 2012 15:32:41 +0000 (10:32 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 14 Aug 2012 15:32:41 +0000 (10:32 -0500)
src/join.c

index c6fbc82a2d145427f6740ae9c0c1b514c8d321dd..496b31812acd5d63550597f31bc76654431738c0 100644 (file)
@@ -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;