]> git.ipfire.org Git - pakfire.git/commitdiff
Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Feb 2021 12:00:59 +0000 (12:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Feb 2021 12:00:59 +0000 (12:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/pakfire.c

index 00b01b57fd9f29b05d2666a248118343c04ea2dd..efd9acf47d9dc9ba122ffcc27565c66ed75a14d0 100644 (file)
@@ -345,7 +345,7 @@ RETRY:
                        if (errno == EINVAL)
                                continue;
 
-                       // Attempt a laze umount when busy
+                       // Attempt a lazy umount when busy
                        else if (errno == EBUSY) {
                                flags |= MNT_DETACH;
                                goto RETRY;